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.java227 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand()
254 int retryAttempts) in executeShellCommand()
313 int retryAttempts) in executeShellV2Command()
DNativeDevice.java476 private String internalGetProductType(int retryAttempts) throws DeviceNotAvailableException { in internalGetProductType()
625 final int retryAttempts) throws DeviceNotAvailableException { in executeShellCommand()
646 final int retryAttempts) in executeShellCommand()
696 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()
1799 int retryAttempts) throws DeviceNotAvailableException { in performDeviceAction()