Searched refs:retryAttempts (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 572 private String internalGetProductType(int retryAttempts) throws DeviceNotAvailableException { in internalGetProductType() argument 582 if (retryAttempts > 0) { in internalGetProductType() 584 productType = internalGetProductType(retryAttempts - 1); in internalGetProductType() 737 final int retryAttempts) throws DeviceNotAvailableException { in executeShellCommand() argument 747 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand() 758 final int retryAttempts) in executeShellCommand() argument 776 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand() 857 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() argument 860 cmd, null, null, maxTimeoutForCommand, timeUnit, retryAttempts); in executeShellV2Command() 871 int retryAttempts) in executeShellV2Command() argument [all …]
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 275 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand() argument 302 int retryAttempts) in executeShellCommand() argument 387 int retryAttempts) in executeShellV2Command() argument 413 int retryAttempts) in executeShellV2Command() argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 132 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeCommand() argument 135 maxTimeToOutputShellResponse, timeUnit, retryAttempts); in executeCommand() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 1127 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in testGetBugreport_deviceUnavail() 1156 int retryAttempts) in testGetBugreport_compatibility_deviceUnavail() 1187 int retryAttempts) in testGetBugreport_deviceUnavail_fallback() 1237 int retryAttempts) in testGetBugreportz()
|
D | TestDeviceTest.java | 4121 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot_failure() 4141 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot()
|