Searched refs:UNLOCK_TIME (Results 1 – 1 of 1) sorted by relevance
117 private static final String UNLOCK_TIME = "screen_unlocktime"; field in BootTimeTest1181 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()