Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSanityChecker.java118 final long lastBootCount; in checkLastCheckTime() local
123 lastBootCount = mPrefs.getLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, -1); in checkLastCheckTime()
134 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime, in checkLastCheckTime()
138 if (lastBootCount != nowBootCount) { in checkLastCheckTime()
167 lastCheckTime, nowRealtime, lastBootCount, nowBootCount)); in checkLastCheckTime()
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsProvider.java124 final int lastBootCount = mDatabase.getLastBootCount(); in onCreate() local
125 if (bootCount != -1 && bootCount != lastBootCount) { in onCreate()