Searched defs:retryAttempts (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 132 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeCommand() 135 maxTimeToOutputShellResponse, timeUnit, retryAttempts); in executeCommand() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | DeviceBatteryLevelCheckerTest.java | 101 final int retryAttempts) in executeShellCommand()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 278 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand() 305 int retryAttempts) in executeShellCommand() 391 int retryAttempts) in executeShellV2Command() 417 int retryAttempts) in executeShellV2Command() 445 int retryAttempts) in executeShellV2Command()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 820 private String internalGetProductType(int retryAttempts) throws DeviceNotAvailableException { in internalGetProductType() 988 final int retryAttempts) throws DeviceNotAvailableException { in executeShellCommand() 1009 final int retryAttempts) in executeShellCommand() 1108 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() 1122 int retryAttempts) in executeShellV2Command() 1143 int retryAttempts) in executeShellV2Command() 2634 String actionDescription, final DeviceAction action, int retryAttempts) in performDeviceAction()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceTest.java | 226 String command, long maxTimeoutForCommand, TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()
|