Home
last modified time | relevance | path

Searched defs:retryAttempts (Results 1 – 3 of 3) 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/src/com/android/tradefed/device/
DINativeDevice.java239 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand()
266 int retryAttempts) in executeShellCommand()
351 int retryAttempts) in executeShellV2Command()
377 int retryAttempts) in executeShellV2Command()
DNativeDevice.java509 private String internalGetProductType(int retryAttempts) throws DeviceNotAvailableException { in internalGetProductType()
669 final int retryAttempts) throws DeviceNotAvailableException { in executeShellCommand()
690 final int retryAttempts) in executeShellCommand()
789 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()
803 int retryAttempts) in executeShellV2Command()
1978 int retryAttempts) throws DeviceNotAvailableException { in performDeviceAction()