Searched defs:timeUnit (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 132 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeCommand() 135 maxTimeToOutputShellResponse, timeUnit, retryAttempts); in executeCommand() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | INativeDevice.java | 227 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand() 253 TimeUnit timeUnit, in executeShellCommand() 291 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() 312 final TimeUnit timeUnit, in executeShellV2Command()
|
D | StubDevice.java | 563 public Future<Integer> getBattery(long freshnessTime, TimeUnit timeUnit) { in getBattery()
|
D | NativeDevice.java | 624 final long maxTimeToOutputShellResponse, final TimeUnit timeUnit, in executeShellCommand() 645 final TimeUnit timeUnit, in executeShellCommand() 688 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() 696 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()
|