class AdbOptions extends Object
Options for the adb tool.
Type | Name and description |
---|---|
Collection<String> |
getInstallOptions() |
int |
getTimeOutInMs() |
void |
installOptions(String option) |
void |
installOptions(String... options) |
void |
setInstallOptions(String option) |
void |
setInstallOptions(String... options) |
void |
setTimeOutInMs(int timeOutInMs) |
void |
timeOutInMs(int timeOutInMs) |