Searched refs:maxTimeoutForCommand (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 302 long maxTimeoutForCommand, in executeShellCommand() argument 369 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() argument 389 final long maxTimeoutForCommand, in executeShellV2Command() argument 415 final long maxTimeoutForCommand, in executeShellV2Command() argument 443 final long maxTimeoutForCommand, in executeShellV2Command() argument
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceTest.java | 226 String command, long maxTimeoutForCommand, TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() argument 3374 long maxTimeoutForCommand, in testStartUser_wait() 3407 long maxTimeoutForCommand, in testStartUser_wait_api27() 3692 long maxTimeoutForCommand, in testGetCurrentUser() 3728 long maxTimeoutForCommand, in testGetCurrentUser_invalid() 3768 long maxTimeoutForCommand, in testGetCurrentUser_lowApi() 4087 long maxTimeoutForCommand, in testSwitchUser_alreadySameUser() 4126 long maxTimeoutForCommand, in testSwitchUser() 4174 long maxTimeoutForCommand, in testSwitchUser_delay() 4228 long maxTimeoutForCommand, in testSwitchUser_noChange() [all …]
|
D | NativeDeviceTest.java | 3510 final long maxTimeoutForCommand, in testBatchPrefetch()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1006 final long maxTimeoutForCommand, in executeShellCommand() argument 1021 maxTimeoutForCommand, in executeShellCommand() 1099 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() argument 1102 cmd, null, null, maxTimeoutForCommand, timeUnit, MAX_RETRY_ATTEMPTS); in executeShellV2Command() 1108 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() argument 1111 cmd, null, null, maxTimeoutForCommand, timeUnit, retryAttempts); in executeShellV2Command() 1120 final long maxTimeoutForCommand, in executeShellV2Command() argument 1129 maxTimeoutForCommand, in executeShellV2Command() 1141 final long maxTimeoutForCommand, in executeShellV2Command() argument 1164 timeUnit.toMillis(maxTimeoutForCommand)); in executeShellV2Command()
|