Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java1184 List<Double> screenUnlockTime = new ArrayList<Double>(); in analyzeUnlockBootInfo() local
1185 screenUnlockTime.add(time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()
1186 mBootInfo.put(UNLOCK_TIME, screenUnlockTime); in analyzeUnlockBootInfo()