Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSanityChecker.java90 final long unlockTime = um.getUserUnlockRealtime(); in getUserUnlockTime() local
92 Log.d(TAG, String.format("User start/unlock time=%d/%d", startTime, unlockTime)); in getUserUnlockTime()
94 return unlockTime; in getUserUnlockTime()
130 final long unlockTime = getUserUnlockTime(); in checkLastCheckTime() local
134 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()
143 if (unlockTime == 0) { in checkLastCheckTime()
148 if ((nowRealtime - unlockTime) <= MAX_ALLOWED_REAL_TIME_AFTER_UNLOCK_MS) { in checkLastCheckTime()