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.java286 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand()
312 TimeUnit timeUnit, in executeShellCommand()
377 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command()
398 final TimeUnit timeUnit, in executeShellV2Command()
424 final TimeUnit timeUnit, in executeShellV2Command()
452 final TimeUnit timeUnit, in executeShellV2Command()
1634 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince()
1656 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.java1001 final long maxTimeToOutputShellResponse, final TimeUnit timeUnit, in executeShellCommand()
1022 final TimeUnit timeUnit, in executeShellCommand()
1113 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command()
1122 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()
1135 final TimeUnit timeUnit, in executeShellV2Command()
1156 final TimeUnit timeUnit, in executeShellV2Command()
5699 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince()
5711 private boolean hasNormalRebootSince(long utcEpochTime, TimeUnit timeUnit) in hasNormalRebootSince()
5766 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince()
DDeviceManager.java806 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.java225 String command, long maxTimeoutForCommand, TimeUnit timeUnit, int retryAttempts) in executeShellV2Command()