Searched refs:mBootInfo (Results 1 – 1 of 1) sorted by relevance
344 private Map<String, List<Double>> mBootInfo = new LinkedHashMap<>(); field in BootTimeTest379 mBootInfo.put(DMESG_BOOT_COMPLETE_TIME, bootCompleteTime); in setDmesgBootCompleteTime()389 return mBootInfo.getOrDefault(bootMetricKey, new ArrayList<>()); in getBootMetricValues()481 mBootInfo.clear(); in run()703 if (mBootInfo.containsKey(SUCCESSIVE_ONLINE)) { in testSuccessiveBoots()704 mBootInfo.get(SUCCESSIVE_ONLINE).add(onlineTime); in testSuccessiveBoots()708 mBootInfo.put(SUCCESSIVE_ONLINE, onlineDelayList); in testSuccessiveBoots()713 if (mBootInfo.containsKey(SUCCESSIVE_BOOT)) { in testSuccessiveBoots()714 mBootInfo.get(SUCCESSIVE_BOOT).add(bootTime); in testSuccessiveBoots()718 mBootInfo.put(SUCCESSIVE_BOOT, bootDelayList); in testSuccessiveBoots()[all …]