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.java60 private static final String LAST_CHECK_BOOT_COUNT_PREF_KEY = "last_check_boot_count"; field in CalendarSanityChecker
108 .putLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, getBootCount()) in updateLastCheckTime()
123 lastBootCount = mPrefs.getLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, -1); in checkLastCheckTime()
172 .putLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, getBootCount()) in checkLastCheckTime()