Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java1168 double unlockInMillis = 0d; in analyzeUnlockBootInfo() local
1175 unlockInMillis = time.getTime(); in analyzeUnlockBootInfo()
1182 mBootInfo.get(UNLOCK_TIME).add(time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()
1185 screenUnlockTime.add(time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()
1188 mBootIterationInfo.put(UNLOCK_TIME, time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()