Home
last modified time | relevance | path

Searched refs:getStartTime (Results 1 – 9 of 9) sorted by relevance

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java152 if (infoItem.getStartTime() != null) { in analyzeDmesgServiceInfo()
160 Double value = infoItem.getStartTime().doubleValue(); in analyzeDmesgServiceInfo()
178 if (stageInfoItem.getStartTime() != null) { in analyzeDmesgStageInfo()
182 metrics.put(key, stageInfoItem.getStartTime().doubleValue()); in analyzeDmesgStageInfo()
205 if (actionInfoItem.getStartTime() != null) { in analyzeDmesgActionInfo()
212 actionInfoItem.getStartTime().doubleValue()); in analyzeDmesgActionInfo()
215 DMESG_BOOT_COMPLETE_TIME, actionInfoItem.getStartTime().doubleValue()); in analyzeDmesgActionInfo()
227 metrics.put(key, actionInfoItem.getStartTime().doubleValue()); in analyzeDmesgActionInfo()
DLogcatPostProcessor.java182 item.getDuration() != null ? item.getDuration() : item.getStartTime(); in analyzeGranularBootInfo()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DTestResultHistory.java114 serializer.attribute(null, START_TIME_ATTR, String.valueOf(execRecord.getStartTime())); in serialize()
154 public long getStartTime() { in getStartTime() method in TestResultHistory.ExecutionRecord
DIInvocationResult.java31 long getStartTime(); in getStartTime() method
DLightInvocationResult.java52 mTimestamp = result.getStartTime(); in LightInvocationResult()
145 public long getStartTime() { in getStartTime() method in LightInvocationResult
DInvocationResult.java142 public long getStartTime() { in getStartTime() method in InvocationResult
DResultHandler.java153 result1.getStartTime(), in getLightResults()
154 result2.getStartTime())); in getLightResults()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java882 item.getDuration() != null ? item.getDuration() : item.getStartTime(); in analyzeGranularBootInfo()
991 if (infoItem.getStartTime() != null) { in analyzeDmesgServiceInfo()
994 mBootInfo.get(key).add(infoItem.getStartTime().doubleValue()); in analyzeDmesgServiceInfo()
997 timeList.add(infoItem.getStartTime().doubleValue()); in analyzeDmesgServiceInfo()
1000 mBootIterationInfo.put(key, infoItem.getStartTime().doubleValue()); in analyzeDmesgServiceInfo()
1035 if (stageInfoItem.getStartTime() != null) { in analyzeDmesgStageInfo()
1040 values.add(stageInfoItem.getStartTime().doubleValue()); in analyzeDmesgStageInfo()
1042 mBootIterationInfo.put(key, stageInfoItem.getStartTime().doubleValue()); in analyzeDmesgStageInfo()
1064 if (actionInfoItem.getStartTime() != null) { in analyzeDmesgActionInfo()
1071 actionInfoItem.getStartTime().doubleValue()); in analyzeDmesgActionInfo()
[all …]
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java510 assertEquals("Incorrect start time", START_MS, lightResult.getStartTime()); in checkLightResult()
549 assertEquals("Incorrect start time", START_MS, result.getStartTime()); in checkResult()
630 "Incorrect test start time", TEST_START_MS, execRecord.getStartTime()); in checkResult()
689 "Incorrect test start time", TEST_START_MS, execRecord.getStartTime()); in checkResult()