Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSanityChecker.java119 final long lastCheckTime; in checkLastCheckTime() local
124 lastCheckTime = mPrefs.getLong(LAST_CHECK_REALTIME_PREF_KEY, -1); in checkLastCheckTime()
134 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()
161 if ((nowRealtime - lastCheckTime) <= MAX_ALLOWED_CHECK_INTERVAL_MS) { in checkLastCheckTime()
167 lastCheckTime, nowRealtime, lastBootCount, nowBootCount)); in checkLastCheckTime()