Home
last modified time | relevance | path

Searched refs:timeUnit (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java278 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeShellCommand() argument
304 TimeUnit timeUnit, in executeShellCommand() argument
369 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() argument
390 final TimeUnit timeUnit, in executeShellV2Command() argument
416 final TimeUnit timeUnit, in executeShellV2Command() argument
444 final TimeUnit timeUnit, in executeShellV2Command() argument
1626 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() argument
1648 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince() argument
DStubDevice.java472 public Future<Integer> getBattery(long freshnessTime, TimeUnit timeUnit) { in getBattery() argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java132 long maxTimeToOutputShellResponse, TimeUnit timeUnit, int retryAttempts) in executeCommand() argument
135 maxTimeToOutputShellResponse, timeUnit, retryAttempts); in executeCommand() local
/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/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java152 String timeUnit = getInodeopOutputField(fields, InodeopOutputV0.TIME_UNIT); in parseInodeopOutput()
153 if (!timeUnit.equals("ms")) return false; in parseInodeopOutput()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java112 String serial, String command, long timeout, TimeUnit timeUnit); in executeCmdOnAvailableDevice() argument
DNativeDevice.java987 final long maxTimeToOutputShellResponse, final TimeUnit timeUnit, in executeShellCommand() argument
994 maxTimeToOutputShellResponse, timeUnit); in executeShellCommand()
1008 final TimeUnit timeUnit, in executeShellCommand() argument
1023 timeUnit); in executeShellCommand()
1099 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() argument
1102 cmd, null, null, maxTimeoutForCommand, timeUnit, MAX_RETRY_ATTEMPTS); in executeShellV2Command()
1108 String cmd, final long maxTimeoutForCommand, final TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() argument
1111 cmd, null, null, maxTimeoutForCommand, timeUnit, retryAttempts); in executeShellV2Command()
1121 final TimeUnit timeUnit, in executeShellV2Command() argument
1130 timeUnit, in executeShellV2Command()
[all …]
DDeviceManager.java791 String serial, String command, long timeout, TimeUnit timeUnit) { in executeCmdOnAvailableDevice() argument
792 if (timeUnit.toMillis(timeout) > AVAILABLE_DEV_TIMEOUT_MAX_MS) { in executeCmdOnAvailableDevice()
799 + timeUnit.toMillis(timeout) in executeCmdOnAvailableDevice()
825 return device.executeShellV2Command(command, timeout, timeUnit); in executeCmdOnAvailableDevice()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java226 String command, long maxTimeoutForCommand, TimeUnit timeUnit, int retryAttempts) in executeShellV2Command() argument
3375 TimeUnit timeUnit, in testStartUser_wait()
3408 TimeUnit timeUnit, in testStartUser_wait_api27()
3693 TimeUnit timeUnit, in testGetCurrentUser()
3729 TimeUnit timeUnit, in testGetCurrentUser_invalid()
3769 TimeUnit timeUnit, in testGetCurrentUser_lowApi()
4088 TimeUnit timeUnit, in testSwitchUser_alreadySameUser()
4127 TimeUnit timeUnit, in testSwitchUser()
4175 TimeUnit timeUnit, in testSwitchUser_delay()
4229 TimeUnit timeUnit, in testSwitchUser_noChange()
[all …]
DMockDeviceManager.java422 String serial, String command, long timeout, TimeUnit timeUnit) { in executeCmdOnAvailableDevice() argument
DNativeDeviceTest.java3511 final TimeUnit timeUnit, in testBatchPrefetch()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java100 final TimeUnit timeUnit, in executeShellCommand() argument