Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DLogcatPostProcessor.java49 private static final String BOOT_PHASE_1000 = "starting_phase_1000"; field in LogcatPostProcessor
205 if (!itemsMap.containsKey(BOOT_PHASE_1000)) { in analyzeCustomBootInfo()
229 parser.addDurationPatternPair(BOOT_PHASE_1000, KERNEL_START_PATTERN, LOGCAT_BOOT_COMPLETED); in createCustomTimingsParser()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java135 private static final String BOOT_PHASE_1000 = "starting_phase_1000"; field in BootTimeTest
907 parser.addDurationPatternPair(BOOT_PHASE_1000, KERNEL_START_PATTERN, LOGCAT_BOOT_COMPLETED); in analyzeCustomBootInfo()
932 if (BOOT_PHASE_1000.equals(item.getName())) { in analyzeCustomBootInfo()