Searched refs:lastBootCount (Results 1 – 3 of 3) sorted by relevance
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarConfidenceChecker.java | 118 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/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ |
D | ImsEntitlementReceiver.java | 137 int lastBootCount = preferences.getInt(KEY_LAST_BOOT_COUNT + slotId, 0); in isBootUp() local 143 return currentBootCount != lastBootCount; in isBootUp()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDocumentsProvider.java | 124 final int lastBootCount = mDatabase.getLastBootCount(); in onCreate() local 125 if (bootCount != -1 && bootCount != lastBootCount) { in onCreate()
|