Home
last modified time | relevance | path

Searched refs:getEndTime (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DTestResultHistory.java115 serializer.attribute(null, END_TIME_ATTR, String.valueOf(execRecord.getEndTime())); in serialize()
158 public long getEndTime() { in getEndTime() method in TestResultHistory.ExecutionRecord
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java951 + itemsForMetric.getEndTime() in analyzeCustomBootInfo()
952 - logcatBootCompleteItem.getEndTime(); in analyzeCustomBootInfo()
1013 if (infoItem.getEndTime() != null) { in analyzeDmesgServiceInfo()
1016 mBootInfo.get(key).add(infoItem.getEndTime().doubleValue()); in analyzeDmesgServiceInfo()
1019 timeList.add(infoItem.getEndTime().doubleValue()); in analyzeDmesgServiceInfo()
1022 mBootIterationInfo.put(key, infoItem.getEndTime().doubleValue()); in analyzeDmesgServiceInfo()
/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java156 } else if (infoItem.getEndTime() != null) { in analyzeDmesgServiceInfo()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java631 assertEquals("Incorrect test end time", TEST_END_MS, execRecord.getEndTime()); in checkResult()
690 assertEquals("Incorrect test end time", TEST_END_MS, execRecord.getEndTime()); in checkResult()