Home
last modified time | relevance | path

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

123

/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgActionInfoItem.java47 public DmesgActionInfoItem(String name, Long startTime) { in DmesgActionInfoItem()
77 public void setStartTime(Long startTime) { in setStartTime()
DDmesgStageInfoItem.java49 public DmesgStageInfoItem(String name, Long startTime, Long duration) { in DmesgStageInfoItem()
80 public void setStartTime(Long startTime) { in setStartTime()
DDmesgServiceInfoItem.java71 public void setStartTime(Long startTime) { in setStartTime()
/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.java164 long startTime = System.currentTimeMillis(); in waitForDeviceShell() local
206 long startTime = System.currentTimeMillis(); in waitForDeviceAvailable() local
237 long startTime = System.currentTimeMillis(); in waitForBootComplete() local
279 long startTime = System.currentTimeMillis(); in waitForStoreMount() local
374 long startTime = System.currentTimeMillis(); in waitForDeviceBootloader() local
DWifiHelper.java206 long startTime = System.currentTimeMillis(); in waitForWifiState() local
303 long startTime = System.currentTimeMillis(); in waitForIp() local
379 long startTime = System.currentTimeMillis(); in waitForWifiEnabled() local
400 long startTime = System.currentTimeMillis(); in waitForWifiDisabled() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogcatCrashResultForwarder.java55 public void testStarted(TestDescription test, long startTime) { in testStarted()
96 private String extractCrashAndAddToMessage(String errorMessage, Long startTime) { in extractCrashAndAddToMessage()
111 private LogcatItem extractLogcat(ITestDevice device, long startTime) { in extractLogcat()
DITestLifeCycleReceiver.java79 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
133 default void testStarted(TestDescription test, long startTime) { in testStarted()
/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/targetprep/
DConnectionChecker.java38 long startTime = System.currentTimeMillis(); in setUp() 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/testtype/
DJUnitRunUtil.java46 long startTime = System.currentTimeMillis(); in runTest() local
DNativeStressTest.java167 long startTime = System.currentTimeMillis(); in doRunAllTestsInSubdirectory() local
193 long startTime, ITestInvocationListener listener, NativeStressTestParser parser) { in reportTestCompleted()
DDynamicFileStubTest.java62 long startTime = System.currentTimeMillis(); in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerStressApp.java99 long startTime = System.currentTimeMillis(); in main() local
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/base/
DSlice.kt23 val startTime: Double constant
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java78 public void testStarted(TestIdentifier testId, long startTime) { in testStarted()
86 listener.testStarted(TestDescription.createFromTestIdentifier(testId), startTime); in testStarted() local
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java133 Timestamp startTime = createTimeStamp(mInvocationStartTime); in invocationStarted() local
242 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
280 long startTime = timeStampToMillis(runBuilder.getStartTime()); in testRunEnded() local
304 public final void testStarted(TestDescription test, long startTime) { in testStarted()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DNestedDeviceStateMonitor.java44 long startTime = System.currentTimeMillis(); in postOnlineCheck() local
DRemoteAndroidVirtualDevice.java107 long startTime = getCurrentTime(); in preInvocationSetup() local
307 long startTime = getCurrentTime(); in waitForTunnelOnline() local
/tools/tradefederation/contrib/src/com/android/stability/tests/
DRebootStressTest.java179 long startTime = System.currentTimeMillis(); in run() local
252 long startTime = System.currentTimeMillis(); in doWaitAndCheck() local
/tools/tradefederation/contrib/src/com/android/performance/tests/
DStartupMetricsTest.java103 long startTime = System.currentTimeMillis(); in executeRebootTest() local
252 long startTime = System.currentTimeMillis(); in waitForBootComplete() local
/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
DSchedulingSliceFragment.kt23 class SchedulingSliceFragment(override val state: SchedulingState, override val startTime: Double) constant in trebuchet.model.fragments.SchedulingSliceFragment
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DTestResultTest.java99 private TestResult createResult(TestStatus status, String stack, long startTime, long endTime) { in createResult()

123