Searched refs:performDeviceAction (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 161 performDeviceAction(String.format("install %s", packageFile.getAbsolutePath()), in internalInstallPackage() 291 performDeviceAction(String.format("install %s", packageFile.getAbsolutePath()), in installPackage() 312 performDeviceAction(String.format("uninstall %s", packageName), uninstallAction, in uninstallPackage() 340 if (performDeviceAction("screenshot", action, MAX_RETRY_ATTEMPTS)) { in getScreenshot() 670 performDeviceAction("reboot", rebootAction, MAX_RETRY_ATTEMPTS); in doAdbReboot() 721 performDeviceAction("dumpsys package p", action, MAX_RETRY_ATTEMPTS); 739 performDeviceAction("dumpsys package", action, MAX_RETRY_ATTEMPTS);
|
D | NativeDevice.java | 444 performDeviceAction("getprop", propAction, MAX_RETRY_ATTEMPTS); in getProperty() 616 performDeviceAction(String.format("shell %s", command), action, MAX_RETRY_ATTEMPTS); in executeShellCommand() 635 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand() 664 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand() 701 performDeviceAction(String.format("adb %s", fullCmd[4]), adbActionV2, retryAttempts); in executeShellV2Command() 727 boolean result = performDeviceAction(String.format("run %s instrumentation tests", in runInstrumentationTests() 918 return performDeviceAction(String.format("pull %s to %s", remoteFilePath, in pullFile() 1038 return performDeviceAction(String.format("push %s to %s", localFile.getAbsolutePath(), in pushFile() 1322 performDeviceAction("getFileListingService", serviceAction, MAX_RETRY_ATTEMPTS); in getFileListingService() 1497 return performDeviceAction(String.format("sync files %s", remoteFileEntry.getFullPath()), in syncFiles() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 3180 protected boolean performDeviceAction( in testGetScreenshot_failure() 3200 protected boolean performDeviceAction( in testGetScreenshot()
|