Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSanityChecker.java130 final long lastBootCount; in checkLastCheckTime() local
135 lastBootCount = mPrefs.getLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, -1); in checkLastCheckTime()
146 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()
150 if (lastBootCount != nowBootCount) { in checkLastCheckTime()
179 lastCheckTime, nowRealtime, lastBootCount, nowBootCount)); in checkLastCheckTime()