Searched refs:itemsMap (Results 1 – 2 of 2) sorted by relevance
202 Map<String, GenericTimingItem> itemsMap = in analyzeCustomBootInfo() local205 if (!itemsMap.containsKey(BOOT_PHASE_1000)) { in analyzeCustomBootInfo()209 for (Map.Entry<String, GenericTimingItem> metric : itemsMap.entrySet()) { in analyzeCustomBootInfo()
929 Map<String, GenericTimingItem> itemsMap = new HashMap<>(); in analyzeCustomBootInfo() local935 itemsMap.put(item.getName(), item); in analyzeCustomBootInfo()942 for (Map.Entry<String, GenericTimingItem> metric : itemsMap.entrySet()) { in analyzeCustomBootInfo()