Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java161 private static final Pattern SCREEN_UNLOCKED = field in BootTimeTest
1172 if ((match = matches(SCREEN_UNLOCKED, line)) != null && !isDuplicateLine(line)) { in analyzeUnlockBootInfo()