Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DLogcatPostProcessor.java210 GenericTimingItem itemsForMetric = metric.getValue(); in analyzeCustomBootInfo() local
211 if (itemsForMetric.getName().isEmpty()) { in analyzeCustomBootInfo()
215 double duration = dmesgBootCompleteTime + itemsForMetric.getDuration(); in analyzeCustomBootInfo()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java943 GenericTimingItem itemsForMetric = metric.getValue(); in analyzeCustomBootInfo() local
944 if (itemsForMetric.getName().isEmpty()) { in analyzeCustomBootInfo()
951 + itemsForMetric.getEndTime() in analyzeCustomBootInfo()