Home
last modified time | relevance | path

Searched refs:performDeviceAction (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java279 performDeviceAction( in internalInstallPackage()
580 performDeviceAction( in installPackage()
655 performDeviceAction( in uninstallPackage()
709 performDeviceAction( in internalInstallPackages()
875 performDeviceAction( in internalInstallRemotePackages()
931 if (performDeviceAction("screenshot", action, MAX_RETRY_ATTEMPTS)) { in getScreenshot()
1456 performDeviceAction("dumpsys package p", action, MAX_RETRY_ATTEMPTS); in getUninstallablePackageNames()
1474 performDeviceAction("dumpsys package", action, MAX_RETRY_ATTEMPTS); in getAppPackageInfo()
1482 performDeviceAction("dumpsys package", action, MAX_RETRY_ATTEMPTS); in getAppPackageInfos()
DNativeDevice.java979 performDeviceAction(String.format("shell %s", command), action, MAX_RETRY_ATTEMPTS); in executeShellCommand()
998 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand()
1027 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand()
1165 performDeviceAction(String.format("adb %s", fullCmd[4]), adbActionV2, retryAttempts); in executeShellV2Command()
1219 boolean result = performDeviceAction(String.format("run %s instrumentation tests", in runInstrumentationTests()
1527 return performDeviceAction( in pullFileInternal()
1637 return performDeviceAction( in pushFileInternal()
2014 performDeviceAction("getFileListingService", serviceAction, MAX_RETRY_ATTEMPTS); in getFileListingService()
2278 return performDeviceAction(String.format("sync files %s", remoteFileEntry.getFullPath()), in syncFiles()
2293 performDeviceAction("buildFileCache", action, 1 /* one retry */); in getFileChildren()
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java5283 protected boolean performDeviceAction( in testGetScreenshot_failure()
5302 protected boolean performDeviceAction( in testGetScreenshot()