Searched refs:itemsMap (Results 1 – 1 of 1) sorted by relevance
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()