Home
last modified time | relevance | path

Searched defs:retryAttempts (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java132 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeCommand()
135 maxTimeToOutputShellResponse, timeUnit, retryAttempts); in executeCommand() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java101 final int retryAttempts) in executeShellCommand()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java278 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/
DNativeDevice.java820 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/
DTestDeviceTest.java226 String command, long maxTimeoutForCommand, TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()