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/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 275 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand() 301 TimeUnit timeUnit, in executeShellCommand() 365 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() 386 final TimeUnit timeUnit, in executeShellV2Command() 412 final TimeUnit timeUnit, in executeShellV2Command() 1476 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() 1498 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince()
|
D | StubDevice.java | 563 public Future<Integer> getBattery(long freshnessTime, TimeUnit timeUnit) { in getBattery()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 736 final long maxTimeToOutputShellResponse, final TimeUnit timeUnit, in executeShellCommand() 757 final TimeUnit timeUnit, in executeShellCommand() 848 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() 857 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() 870 final TimeUnit timeUnit, in executeShellV2Command() 4642 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() 4654 private boolean hasNormalRebootSince(long utcEpochTime, TimeUnit timeUnit) in hasNormalRebootSince() 4708 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince()
|