Home
last modified time | relevance | path

Searched defs:timeUnit (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java132 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/
DINativeDevice.java278 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand()
304 TimeUnit timeUnit, in executeShellCommand()
369 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command()
390 final TimeUnit timeUnit, in executeShellV2Command()
416 final TimeUnit timeUnit, in executeShellV2Command()
444 final TimeUnit timeUnit, in executeShellV2Command()
1626 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince()
1648 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince()
DStubDevice.java472 public Future<Integer> getBattery(long freshnessTime, TimeUnit timeUnit) { in getBattery()
/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DInodeopBenchmarkTestTest.java68 String timeUnit = in testGetInodeOutputFieldTimeUnit() local
71 Assert.assertEquals(expectedFields.get(InodeopOutputV0.TIME_UNIT), timeUnit); in testGetInodeOutputFieldTimeUnit() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java100 final TimeUnit timeUnit, in executeShellCommand()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java112 String serial, String command, long timeout, TimeUnit timeUnit); in executeCmdOnAvailableDevice()
DNativeDevice.java987 final long maxTimeToOutputShellResponse, final TimeUnit timeUnit, in executeShellCommand()
1008 final TimeUnit timeUnit, 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()
1121 final TimeUnit timeUnit, in executeShellV2Command()
1142 final TimeUnit timeUnit, in executeShellV2Command()
5590 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince()
5602 private boolean hasNormalRebootSince(long utcEpochTime, TimeUnit timeUnit) in hasNormalRebootSince()
5657 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince()
DDeviceManager.java791 String serial, String command, long timeout, TimeUnit timeUnit) { in executeCmdOnAvailableDevice()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java422 String serial, String command, long timeout, TimeUnit timeUnit) { in executeCmdOnAvailableDevice()
DTestDeviceTest.java226 String command, long maxTimeoutForCommand, TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()