Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 72) sorted by relevance

123

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceStateMonitor.java47 long startTime = System.currentTimeMillis(); in waitForPmResponsive() local
80 long startTime = System.currentTimeMillis(); in postOnlineCheck() local
DNativeDeviceStateMonitor.java178 long startTime = System.currentTimeMillis(); in waitForDeviceShell() local
220 long startTime = System.currentTimeMillis(); in waitForDeviceAvailable() local
251 long startTime = System.currentTimeMillis(); in waitForBootComplete() local
293 long startTime = System.currentTimeMillis(); in waitForStoreMount() local
402 long startTime = System.currentTimeMillis(); in waitForDeviceBootloaderOrFastbootd() local
/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgStageInfoItem.java49 public DmesgStageInfoItem(String name, Long startTime, Long duration) { in DmesgStageInfoItem()
80 public void setStartTime(Long startTime) { in setStartTime()
DDmesgActionInfoItem.java49 public DmesgActionInfoItem(String source, String name, Long startTime) { in DmesgActionInfoItem()
94 public void setStartTime(Long startTime) { in setStartTime()
DDmesgServiceInfoItem.java71 public void setStartTime(Long startTime) { in setStartTime()
DSystemServicesTimingItem.java81 public void setStartTime(double startTime) { in setStartTime()
DGenericTimingItem.java68 public void setStartAndEnd(double startTime, double endTime) { in setStartAndEnd()
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DRadioHelper.java135 long startTime = System.currentTimeMillis(); in radioActivation() local
152 long startTime = System.currentTimeMillis(); in waitForDataSetup() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogcatCrashResultForwarder.java62 public void testStarted(TestDescription test, long startTime) { in testStarted()
120 private String extractCrashAndAddToMessage(String errorMessage, Long startTime) { in extractCrashAndAddToMessage()
139 private LogcatItem extractLogcat(ITestDevice device, long startTime) { in extractLogcat()
DResultForwarder.java198 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
273 public void testStarted(TestDescription test, long startTime) { in testStarted()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DNativeStressTest.java168 long startTime = System.currentTimeMillis(); in doRunAllTestsInSubdirectory() local
194 long startTime, ITestInvocationListener listener, NativeStressTestParser parser) { in reportTestCompleted()
DJUnitRunUtil.java47 long startTime = System.currentTimeMillis(); in runTest() local
DGTestListener.java45 public void testStarted(TestDescription test, long startTime) { in testStarted()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceBatteryLevelChecker.java121 long startTime = System.currentTimeMillis(); in run() local
239 long startTime = System.currentTimeMillis(); in runBatteryCharging() local
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultHolder.java39 public long startTime; field in SuiteResultHolder
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java155 Timestamp startTime = createTimeStamp(mInvocationStartTime); in invocationStarted() local
274 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
348 long startTime = timeStampToMillis(runBuilder.getStartTime()); in testRunEnded() local
372 public final void testStarted(TestDescription test, long startTime) { in testStarted()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerStressApp.java99 long startTime = System.currentTimeMillis(); in main() local
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDevice.java100 long startTime = getCurrentTime(); in preInvocationSetup() local
313 long startTime = getCurrentTime(); in waitForTunnelOnline() local
DNestedDeviceStateMonitor.java45 long startTime = System.currentTimeMillis(); in postOnlineCheck() local
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/base/
DSlice.kt23 val startTime: Double constant
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java79 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
142 default void testStarted(TestDescription test, long startTime) { in testStarted()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryLogSaverResultForwarder.java46 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSchedulingProcessFragment.kt21 …ss: ProcessModelFragment, val thread: ThreadModelFragment, override val startTime: Double) : CpuPr… constant in trebuchet.model.fragments.SchedulingProcessFragment
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DTestResultTest.java101 private TestResult createResult(TestStatus status, String stack, long startTime, long endTime) { in createResult()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java69 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
112 public void testStarted(TestDescription test, long startTime) { in testStarted()

123