Searched refs:timeUnit (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 736 final long maxTimeToOutputShellResponse, final TimeUnit timeUnit, in executeShellCommand() argument 743 maxTimeToOutputShellResponse, timeUnit); in executeShellCommand() 757 final TimeUnit timeUnit, in executeShellCommand() argument 772 timeUnit); 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() 870 final TimeUnit timeUnit, in executeShellV2Command() argument 879 timeUnit.toMillis(maxTimeoutForCommand)); in executeShellV2Command() [all …]
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 275 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand() argument 301 TimeUnit timeUnit, in executeShellCommand() argument 365 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() argument 386 final TimeUnit timeUnit, in executeShellV2Command() argument 412 final TimeUnit timeUnit, in executeShellV2Command() argument 1476 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() argument 1498 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince() argument
|
D | StubDevice.java | 563 public Future<Integer> getBattery(long freshnessTime, TimeUnit timeUnit) { in getBattery() argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 132 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeCommand() argument 135 maxTimeToOutputShellResponse, timeUnit, retryAttempts); in executeCommand() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 1127 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in testGetBugreport_deviceUnavail() 1155 TimeUnit timeUnit, in testGetBugreport_compatibility_deviceUnavail() 1186 TimeUnit timeUnit, in testGetBugreport_deviceUnavail_fallback() 1236 TimeUnit timeUnit, in testGetBugreportz()
|