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.java95 final long unlockTime = um.getUserUnlockRealtime(); in getUserUnlockTime() local
97 Log.d(TAG, String.format("User start/unlock time=%d/%d", startTime, unlockTime)); in getUserUnlockTime()
99 return unlockTime; in getUserUnlockTime()
142 final long unlockTime = getUserUnlockTime(); in checkLastCheckTime() local
146 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()
155 if (unlockTime == 0) { in checkLastCheckTime()
160 if ((nowRealtime - unlockTime) <= MAX_ALLOWED_REAL_TIME_AFTER_UNLOCK_MS) { in checkLastCheckTime()