HomeSort by relevance Sort by last modified time
    Searched refs:lastBootCount (Results 1 - 4 of 4) sorted by null

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarSanityChecker.java 130 final long lastBootCount;
135 lastBootCount = mPrefs.getLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, -1);
146 lastBootCount, nowBootCount, lastCheckTime, nowRealtime, unlockTime,
150 if (lastBootCount != nowBootCount) {
179 lastCheckTime, nowRealtime, lastBootCount, nowBootCount));
  /frameworks/base/services/core/java/com/android/server/
SystemUpdateManagerService.java 161 int lastBootCount = loadedBundle.getInt(KEY_BOOT_COUNT, -1);
162 if (lastBootCount == -1 || lastBootCount != getBootCount()) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccCardController.java 139 int lastBootCount = sp.getInt(KEY_LAST_BOOT_COUNT, -1);
140 if (bootCount == -1 || lastBootCount == -1 || bootCount != lastBootCount) {
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsProvider.java 124 final int lastBootCount = mDatabase.getLastBootCount();
125 if (bootCount != -1 && bootCount != lastBootCount) {
    [all...]

Completed in 100 milliseconds