Searched refs:screenUnlockTime (Results 1 – 1 of 1) sorted by relevance
1184 List<Double> screenUnlockTime = new ArrayList<Double>(); in analyzeUnlockBootInfo() local1185 screenUnlockTime.add(time.getTime() - unlockInMillis); in analyzeUnlockBootInfo()1186 mBootInfo.put(UNLOCK_TIME, screenUnlockTime); in analyzeUnlockBootInfo()