Searched refs:maxTimeoutForCommand (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 299 long maxTimeoutForCommand, in executeShellCommand() argument 365 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() argument 385 final long maxTimeoutForCommand, in executeShellV2Command() argument 411 final long maxTimeoutForCommand, in executeShellV2Command() argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 755 final long maxTimeoutForCommand, in executeShellCommand() argument 770 maxTimeoutForCommand, in executeShellCommand() 848 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() argument 851 cmd, null, null, maxTimeoutForCommand, timeUnit, MAX_RETRY_ATTEMPTS); in executeShellV2Command() 857 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() argument 860 cmd, null, null, maxTimeoutForCommand, timeUnit, retryAttempts); in executeShellV2Command() 869 final long maxTimeoutForCommand, in executeShellV2Command() argument 879 timeUnit.toMillis(maxTimeoutForCommand)); in executeShellV2Command()
|