public class AdbOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MULTI_INSTALL_MODE_SHORT_ARG |
| Constructor and Description |
|---|
AdbOptions(int adbThreadCount,
boolean multiInstallMode,
int adbTimeout) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAdbThreadCount() |
int |
getAdbTimeout() |
boolean |
isMultiInstallModeEnabled() |
public static final String MULTI_INSTALL_MODE_SHORT_ARG