Searched refs:MAX_RETRY_ATTEMPTS (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 162 installAction, MAX_RETRY_ATTEMPTS); in internalInstallPackage() 292 installAction, MAX_RETRY_ATTEMPTS); in installPackage() 313 MAX_RETRY_ATTEMPTS); 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 | 119 protected static final int MAX_RETRY_ATTEMPTS = 2; field in NativeDevice 444 performDeviceAction("getprop", propAction, MAX_RETRY_ATTEMPTS); in getProperty() 467 return internalGetProductType(MAX_RETRY_ATTEMPTS); in getProductType() 616 performDeviceAction(String.format("shell %s", command), action, MAX_RETRY_ATTEMPTS); in executeShellCommand() 690 return executeShellV2Command(cmd, maxTimeoutForCommand, timeUnit, MAX_RETRY_ATTEMPTS); in executeShellV2Command() 919 localFile.getAbsolutePath()), pullAction, MAX_RETRY_ATTEMPTS); in pullFile() 1039 remoteFilePath), pushAction, MAX_RETRY_ATTEMPTS); in pushFile() 1111 for (int i=0; i < MAX_RETRY_ATTEMPTS; i++) { in getDfOutput() 1119 getSerialNumber(), MAX_RETRY_ATTEMPTS), getSerialNumber()); in getDfOutput() 1322 performDeviceAction("getFileListingService", serviceAction, MAX_RETRY_ATTEMPTS); in getFileListingService() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasher.java | 51 private static final int MAX_RETRY_ATTEMPTS = 3; field in FastbootDeviceFlasher 678 while (attempts < MAX_RETRY_ATTEMPTS) { in getImageVersion()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 698 TestDevice.MAX_RETRY_ATTEMPTS+1); in testExecuteShellCommand_recoveryAttempts() 699 for (int i=0; i <= TestDevice.MAX_RETRY_ATTEMPTS; i++) { in testExecuteShellCommand_recoveryAttempts()
|