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.java204 performDeviceAction(String.format("install %s", packageFile.getAbsolutePath()), in internalInstallPackage()
345 performDeviceAction(String.format("install %s", packageFile.getAbsolutePath()), in installPackage()
369 performDeviceAction(String.format("uninstall %s", packageName), uninstallAction, in uninstallPackage()
418 performDeviceAction( in internalInstallPackages()
577 performDeviceAction( in internalInstallRemotePackages()
633 if (performDeviceAction("screenshot", action, MAX_RETRY_ATTEMPTS)) { in getScreenshot()
1077 performDeviceAction("dumpsys package p", action, MAX_RETRY_ATTEMPTS); in getUninstallablePackageNames()
1095 performDeviceAction("dumpsys package", action, MAX_RETRY_ATTEMPTS); in getAppPackageInfo()
1103 performDeviceAction("dumpsys package", action, MAX_RETRY_ATTEMPTS); in getAppPackageInfos()
DNativeDevice.java728 performDeviceAction(String.format("shell %s", command), action, MAX_RETRY_ATTEMPTS); in executeShellCommand()
747 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand()
776 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand()
880 performDeviceAction(String.format("adb %s", fullCmd[4]), adbActionV2, retryAttempts); in executeShellV2Command()
906 boolean result = performDeviceAction(String.format("run %s instrumentation tests", in runInstrumentationTests()
1122 return performDeviceAction(String.format("pull %s to %s", remoteFilePath, in pullFile()
1249 return performDeviceAction(String.format("push %s to %s", localFile.getAbsolutePath(), in pushFile()
1559 performDeviceAction("getFileListingService", serviceAction, MAX_RETRY_ATTEMPTS); in getFileListingService()
1759 return performDeviceAction(String.format("sync files %s", remoteFileEntry.getFullPath()), in syncFiles()
1774 performDeviceAction("buildFileCache", action, MAX_RETRY_ATTEMPTS); in getFileChildren()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java4120 protected boolean performDeviceAction( in testGetScreenshot_failure()
4140 protected boolean performDeviceAction( in testGetScreenshot()