Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java117 private static final String UNLOCK_TIME = "screen_unlocktime"; field in BootTimeTest
1181 if (mBootInfo.containsKey(UNLOCK_TIME)) { in analyzeUnlockBootInfo()
1182 mBootInfo.get(UNLOCK_TIME).add(time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()
1186 mBootInfo.put(UNLOCK_TIME, screenUnlockTime); in analyzeUnlockBootInfo()
1188 mBootIterationInfo.put(UNLOCK_TIME, time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()