Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemUpdateManagerService.java161 int lastBootCount = loadedBundle.getInt(KEY_BOOT_COUNT, -1); in loadSystemUpdateInfoLocked() local
162 if (lastBootCount == -1 || lastBootCount != getBootCount()) { in loadSystemUpdateInfoLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java144 int lastBootCount = sp.getInt(KEY_LAST_BOOT_COUNT, -1); in isBootUp() local
145 if (bootCount == -1 || lastBootCount == -1 || bootCount != lastBootCount) { in isBootUp()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsProvider.java124 final int lastBootCount = mDatabase.getLastBootCount(); in onCreate() local
125 if (bootCount != -1 && bootCount != lastBootCount) { in onCreate()