Searched refs:retryAttempts (Results 1 – 6 of 6) sorted by relevance
/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/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 278 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand() argument 305 int retryAttempts) in executeShellCommand() argument 391 int retryAttempts) in executeShellV2Command() argument 417 int retryAttempts) in executeShellV2Command() argument 445 int retryAttempts) in executeShellV2Command() argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 820 private String internalGetProductType(int retryAttempts) throws DeviceNotAvailableException { in internalGetProductType() argument 830 if (retryAttempts > 0) { in internalGetProductType() 832 productType = internalGetProductType(retryAttempts - 1); in internalGetProductType() 988 final int retryAttempts) throws DeviceNotAvailableException { in executeShellCommand() argument 998 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand() 1009 final int retryAttempts) in executeShellCommand() argument 1027 performDeviceAction(String.format("shell %s", command), action, retryAttempts); in executeShellCommand() 1108 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() argument 1111 cmd, null, null, maxTimeoutForCommand, timeUnit, retryAttempts); in executeShellV2Command() 1122 int retryAttempts) in executeShellV2Command() argument [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceTest.java | 226 String command, long maxTimeoutForCommand, TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() argument 3376 int retryAttempts) in testStartUser_wait() 3409 int retryAttempts) in testStartUser_wait_api27() 3694 int retryAttempts) in testGetCurrentUser() 3730 int retryAttempts) in testGetCurrentUser_invalid() 3770 int retryAttempts) in testGetCurrentUser_lowApi() 4089 int retryAttempts) in testSwitchUser_alreadySameUser() 4128 int retryAttempts) in testSwitchUser() 4176 int retryAttempts) in testSwitchUser_delay() 4230 int retryAttempts) in testSwitchUser_noChange() [all …]
|
D | NativeDeviceTest.java | 3512 int retryAttempts) in testBatchPrefetch()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | DeviceBatteryLevelCheckerTest.java | 101 final int retryAttempts) in executeShellCommand() argument
|