/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/ |
D | FormattedGeneratorReporterTest.java | 81 protected long getCurrentTime() { in testFinalizedResults_nothingRan() 115 protected long getCurrentTime() { in testFinalizeResults_noAbi() 148 protected long getCurrentTime() { in testFinalizeResults() 234 protected long getCurrentTime() { in testFinalizedResults_notRetry()
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteAndroidVirtualDevice.java | 100 long startTime = getCurrentTime(); in preInvocationSetup() 102 long remainingTime = getOptions().getGceCmdTimeout() - (getCurrentTime() - startTime); in preInvocationSetup() 313 long startTime = getCurrentTime(); in waitForTunnelOnline() 314 while (getCurrentTime() - startTime < waitTime) { in waitForTunnelOnline() 427 protected long getCurrentTime() { in getCurrentTime() method in RemoteAndroidVirtualDevice
|
D | ManagedRemoteDevice.java | 87 long startTime = getCurrentTime(); in preInvocationSetup() 89 long remainingTime = options.getGceCmdTimeout() - (getCurrentTime() - startTime); in preInvocationSetup() 203 protected long getCurrentTime() { in getCurrentTime() method in ManagedRemoteDevice
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 443 final long initialTime = getCurrentTime(); in runFixedTimedRetry() 444 while (getCurrentTime() < (initialTime + maxTime)) { in runFixedTimedRetry() 463 final long initialTime = getCurrentTime(); in runEscalatingTimedRetry() 468 long remainingTime = maxTime - (getCurrentTime() - initialTime); in runEscalatingTimedRetry() 492 long getCurrentTime() { in getCurrentTime() method in RunUtil
|
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | SystemServerStatusChecker.java | 106 protected long getCurrentTime() { in getCurrentTime() method in SystemServerStatusChecker
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleDefinition.java | 393 long prepStartTime = getCurrentTime(); in run() 408 mElapsedPreparation = getCurrentTime() - prepStartTime; in run() 415 mStartTestTime = getCurrentTime(); in run() 521 long cleanStartTime = getCurrentTime(); in run() 540 mElapsedTearDown = getCurrentTime() - cleanStartTime; in run() 728 listener.testRunEnded(getCurrentTime() - mStartTestTime, metricsProto); in reportFinalResults() 907 private long getCurrentTime() { in getCurrentTime() method in ModuleDefinition
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | SuiteResultReporter.java | 88 mStartTime = getCurrentTime(); in invocationStarted() 118 mEndTime = getCurrentTime(); in invocationEnded() 420 protected long getCurrentTime() { in getCurrentTime() method in SuiteResultReporter
|
/tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/ |
D | SystemServerStatusCheckerTest.java | 48 protected long getCurrentTime() { in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceStateMonitorTest.java | 496 protected long getCurrentTime() { in testWaitForStoreMount() 538 protected long getCurrentTime() { in testWaitForStoreMount_PermDenied() 589 protected long getCurrentTime() { in testWaitForStoreMount_becomeAvailable() 640 protected long getCurrentTime() { in testWaitForStoreMount_outputBecomeValid()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDeviceStateMonitor.java | 301 final long number = getCurrentTime(); in waitForStoreMount() 576 protected long getCurrentTime() { in getCurrentTime() method in NativeDeviceStateMonitor
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | RunUtilTest.java | 251 long getCurrentTime() { in testRunEscalatingTimedRetry_timeout()
|
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |