Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSanityChecker.java64 private static final String LAST_CHECK_BOOT_COUNT_PREF_KEY = "last_check_boot_count"; field in CalendarSanityChecker
120 .putLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, getBootCount()) in updateLastCheckTime()
135 lastBootCount = mPrefs.getLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, -1); in checkLastCheckTime()
184 .putLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, getBootCount()) in checkLastCheckTime()