Home
last modified time | relevance | path

Searched refs:dmesgBootCompleteTimes (Results 1 – 2 of 2) sorted by relevance

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java234 List<Double> dmesgBootCompleteTimes) { in analyzeBootLoaderTimingInfo() argument
237 if (dmesgBootCompleteTimes.size() != mBootLoaderPropValues.size()) { in analyzeBootLoaderTimingInfo()
242 mBootLoaderPropValues.size(), dmesgBootCompleteTimes.size())); in analyzeBootLoaderTimingInfo()
266 iteration >= dmesgBootCompleteTimes.size() in analyzeBootLoaderTimingInfo()
268 : dmesgBootCompleteTimes.get(iteration); in analyzeBootLoaderTimingInfo()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java905 Double dmesgBootCompleteTimes; in analyzeCustomBootInfo()
921 dmesgBootCompleteTimes = mBootIterationInfo.get(DMESG_BOOT_COMPLETE_TIME); in analyzeCustomBootInfo()
950 dmesgBootCompleteTimes in analyzeCustomBootInfo()
1073 List<Double> dmesgBootCompleteTimes = in analyzeDmesgActionInfo() local
1075 dmesgBootCompleteTimes.add(actionInfoItem.getStartTime().doubleValue()); in analyzeDmesgActionInfo()
1076 mBootInfo.put(DMESG_BOOT_COMPLETE_TIME, dmesgBootCompleteTimes); in analyzeDmesgActionInfo()