Searched defs:maxTimeoutForCommand (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 302 long maxTimeoutForCommand, in executeShellCommand() 369 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() 389 final long maxTimeoutForCommand, in executeShellV2Command() 415 final long maxTimeoutForCommand, in executeShellV2Command() 443 final long maxTimeoutForCommand, in executeShellV2Command()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1006 final long maxTimeoutForCommand, in executeShellCommand() 1099 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() 1108 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() 1120 final long maxTimeoutForCommand, in executeShellV2Command() 1141 final long maxTimeoutForCommand, in executeShellV2Command()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceTest.java | 226 String command, long maxTimeoutForCommand, TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()
|