Searched refs:dmesgBootCompleteTimes (Results 1 – 2 of 2) sorted by relevance
234 List<Double> dmesgBootCompleteTimes) { in analyzeBootLoaderTimingInfo() argument237 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()
905 Double dmesgBootCompleteTimes; in analyzeCustomBootInfo()921 dmesgBootCompleteTimes = mBootIterationInfo.get(DMESG_BOOT_COMPLETE_TIME); in analyzeCustomBootInfo()950 dmesgBootCompleteTimes in analyzeCustomBootInfo()1073 List<Double> dmesgBootCompleteTimes = in analyzeDmesgActionInfo() local1075 dmesgBootCompleteTimes.add(actionInfoItem.getStartTime().doubleValue()); in analyzeDmesgActionInfo()1076 mBootInfo.put(DMESG_BOOT_COMPLETE_TIME, dmesgBootCompleteTimes); in analyzeDmesgActionInfo()