Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
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()