Searched refs:getStartTime (Results 1 – 9 of 9) sorted by relevance
/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/ |
D | DmesgPostProcessor.java | 152 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()
|
D | LogcatPostProcessor.java | 182 item.getDuration() != null ? item.getDuration() : item.getStartTime(); in analyzeGranularBootInfo()
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | TestResultHistory.java | 114 serializer.attribute(null, START_TIME_ATTR, String.valueOf(execRecord.getStartTime())); in serialize() 154 public long getStartTime() { in getStartTime() method in TestResultHistory.ExecutionRecord
|
D | IInvocationResult.java | 31 long getStartTime(); in getStartTime() method
|
D | LightInvocationResult.java | 52 mTimestamp = result.getStartTime(); in LightInvocationResult() 145 public long getStartTime() { in getStartTime() method in LightInvocationResult
|
D | InvocationResult.java | 142 public long getStartTime() { in getStartTime() method in InvocationResult
|
D | ResultHandler.java | 153 result1.getStartTime(), in getLightResults() 154 result2.getStartTime())); in getLightResults()
|
/platform_testing/host_runners/boot/src/com/android/boot/ |
D | BootTimeTest.java | 882 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/ |
D | ResultHandlerTest.java | 510 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()
|