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/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java275 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand()
302 int retryAttempts) in executeShellCommand()
387 int retryAttempts) in executeShellV2Command()
413 int retryAttempts) in executeShellV2Command()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java572 private String internalGetProductType(int retryAttempts) throws DeviceNotAvailableException { in internalGetProductType()
737 final int retryAttempts) throws DeviceNotAvailableException { in executeShellCommand()
758 final int retryAttempts) in executeShellCommand()
857 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()
871 int retryAttempts) in executeShellV2Command()
2071 int retryAttempts) throws DeviceNotAvailableException { in performDeviceAction()