Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DLogcatPostProcessor.java202 Map<String, GenericTimingItem> itemsMap = in analyzeCustomBootInfo() local
205 if (!itemsMap.containsKey(BOOT_PHASE_1000)) { in analyzeCustomBootInfo()
209 for (Map.Entry<String, GenericTimingItem> metric : itemsMap.entrySet()) { in analyzeCustomBootInfo()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java929 Map<String, GenericTimingItem> itemsMap = new HashMap<>(); in analyzeCustomBootInfo() local
935 itemsMap.put(item.getName(), item); in analyzeCustomBootInfo()
942 for (Map.Entry<String, GenericTimingItem> metric : itemsMap.entrySet()) { in analyzeCustomBootInfo()