/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceStateMonitor.java | 47 long startTime = System.currentTimeMillis(); in waitForPmResponsive() local 80 long startTime = System.currentTimeMillis(); in postOnlineCheck() local
|
D | NativeDeviceStateMonitor.java | 178 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/ |
D | DmesgStageInfoItem.java | 49 public DmesgStageInfoItem(String name, Long startTime, Long duration) { in DmesgStageInfoItem() 80 public void setStartTime(Long startTime) { in setStartTime()
|
D | DmesgActionInfoItem.java | 49 public DmesgActionInfoItem(String source, String name, Long startTime) { in DmesgActionInfoItem() 94 public void setStartTime(Long startTime) { in setStartTime()
|
D | DmesgServiceInfoItem.java | 71 public void setStartTime(Long startTime) { in setStartTime()
|
D | SystemServicesTimingItem.java | 81 public void setStartTime(double startTime) { in setStartTime()
|
D | GenericTimingItem.java | 68 public void setStartAndEnd(double startTime, double endTime) { in setStartAndEnd()
|
/tools/tradefederation/contrib/src/com/android/wireless/tests/ |
D | RadioHelper.java | 135 long startTime = System.currentTimeMillis(); in radioActivation() local 152 long startTime = System.currentTimeMillis(); in waitForDataSetup() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogcatCrashResultForwarder.java | 62 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()
|
D | ResultForwarder.java | 198 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/ |
D | NativeStressTest.java | 168 long startTime = System.currentTimeMillis(); in doRunAllTestsInSubdirectory() local 194 long startTime, ITestInvocationListener listener, NativeStressTestParser parser) { in reportTestCompleted()
|
D | JUnitRunUtil.java | 47 long startTime = System.currentTimeMillis(); in runTest() local
|
D | GTestListener.java | 45 public void testStarted(TestDescription test, long startTime) { in testStarted()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | DeviceBatteryLevelChecker.java | 121 long startTime = System.currentTimeMillis(); in run() local 239 long startTime = System.currentTimeMillis(); in runBatteryCharging() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | SuiteResultHolder.java | 39 public long startTime; field in SuiteResultHolder
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 155 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/ |
D | CommandSchedulerStressApp.java | 99 long startTime = System.currentTimeMillis(); in main() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteAndroidVirtualDevice.java | 100 long startTime = getCurrentTime(); in preInvocationSetup() local 313 long startTime = getCurrentTime(); in waitForTunnelOnline() local
|
D | NestedDeviceStateMonitor.java | 45 long startTime = System.currentTimeMillis(); in postOnlineCheck() local
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/base/ |
D | Slice.kt | 23 val startTime: Double constant
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 79 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/ |
D | RetryLogSaverResultForwarder.java | 46 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | SchedulingProcessFragment.kt | 21 …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/ |
D | TestResultTest.java | 101 private TestResult createResult(TestStatus status, String stack, long startTime, long endTime) { in createResult()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleListener.java | 69 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() 112 public void testStarted(TestDescription test, long startTime) { in testStarted()
|