protected static void |
DeviceController.cleanupConsoleIfNeeded(DeviceController.Environment environment,
AtomicInteger writtenToConsole) |
boolean |
DeviceController.containsPackage(DeviceController.Environment environment,
String packageName) |
protected boolean |
DeviceController.containsPackageUnchecked(DeviceController.Environment environment,
String packageName) |
void |
DeviceController.deleteRemoveFile(DeviceController.Environment environment,
String remoteFilePath) |
protected void |
DeviceController.displayCountdownIfNeeded(DeviceController.Environment environment,
org.echocat.jomon.runtime.concurrent.StopWatch stopWatch,
AtomicInteger cleanupConsoleLength,
String message) |
void |
DeviceController.exec(DeviceController.Environment environment,
String command) |
void |
DeviceController.exec(DeviceController.Environment environment,
String command,
com.android.ddmlib.IShellOutputReceiver receiver) |
protected <T> T |
DeviceController.executePackageMangerActionWithRetry(DeviceController.Environment environment,
Callable<T> what,
AtomicInteger writtenToConsole) |
protected <T> T |
DeviceController.executeWithRetry(DeviceController.Environment environment,
Callable<T> what,
String messageIfTakingTooLong,
AtomicInteger writtenToConsole,
Class<? extends Exception>... exceptionsThatForceRetry) |
protected com.android.ddmlib.IShellOutputReceiver |
DeviceController.getDefaultShellOutputReceiver(DeviceController.Environment environment) |
protected DeviceController.InstallReceiver |
DeviceController.getInstallReceiver(DeviceController.Environment environment) |
protected DeviceController.SyncProgressMonitorImpl |
DeviceController.getSyncProgressMonitor(DeviceController.Environment environment,
String from) |
void |
DeviceController.installLocalFile(DeviceController.Environment environment,
File localFile,
String packageName,
boolean reinstall) |
void |
DeviceController.installRemoteFile(DeviceController.Environment environment,
String remoteFile,
String packageName,
boolean reinstall) |
protected void |
DeviceController.installRemoteFile(DeviceController.Environment environment,
String remoteFile,
String fileDisplay,
String packageName,
boolean reinstall) |
protected void |
DeviceController.installRemoteFileUnchecked(DeviceController.Environment environment,
String remoteFile,
String packageName,
boolean reinstall) |
protected org.echocat.jomon.runtime.util.Duration |
DeviceController.leftCommandTimeoutFor(DeviceController.Environment environment,
org.echocat.jomon.runtime.concurrent.StopWatch stopWatch) |
void |
DeviceController.transferLocalFile(DeviceController.Environment environment,
File localFile,
String remoteFile) |
void |
DeviceController.uninstallPackage(DeviceController.Environment environment,
String packageName) |
protected void |
DeviceController.uninstallPackageUnchecked(DeviceController.Environment environment,
String packageName) |
protected static void |
DeviceController.write(DeviceController.Environment environment,
AtomicInteger writtenToConsole,
String message) |