Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java140 private static final String DMESG_BOOT_COMPLETE_TIME = field in BootTimeTest
379 mBootInfo.put(DMESG_BOOT_COMPLETE_TIME, bootCompleteTime); in setDmesgBootCompleteTime()
384 mBootIterationInfo.put(DMESG_BOOT_COMPLETE_TIME, bootCompleteTime); in setDmesgBootIterationTime()
920 if (mBootIterationInfo.containsKey(DMESG_BOOT_COMPLETE_TIME)) { in analyzeCustomBootInfo()
921 dmesgBootCompleteTimes = mBootIterationInfo.get(DMESG_BOOT_COMPLETE_TIME); in analyzeCustomBootInfo()
1074 mBootInfo.getOrDefault(DMESG_BOOT_COMPLETE_TIME, new ArrayList<>()); in analyzeDmesgActionInfo()
1076 mBootInfo.put(DMESG_BOOT_COMPLETE_TIME, dmesgBootCompleteTimes); in analyzeDmesgActionInfo()
1078 DMESG_BOOT_COMPLETE_TIME, actionInfoItem.getStartTime().doubleValue()); in analyzeDmesgActionInfo()
1141 mBootInfo.getOrDefault(DMESG_BOOT_COMPLETE_TIME, new ArrayList<>()); in analyzeBootloaderTimingInfo()
/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DLogcatPostProcessor.java93 if (!testMetrics.containsKey(DMESG_BOOT_COMPLETE_TIME)) { in processTestMetricsAndLogs()
99 testMetrics.get(DMESG_BOOT_COMPLETE_TIME).getMeasurements().getSingleString(); in processTestMetricsAndLogs()
DBaseBootTimeTestLogPostProcessor.java39 protected static final String DMESG_BOOT_COMPLETE_TIME = field in BaseBootTimeTestLogPostProcessor
DDmesgPostProcessor.java133 analyzeBootLoaderTimingInfo(metrics.get(DMESG_BOOT_COMPLETE_TIME)); in processDmesgLogs()
215 DMESG_BOOT_COMPLETE_TIME, actionInfoItem.getStartTime().doubleValue()); in analyzeDmesgActionInfo()