Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemUpdateManagerService.java163 int lastBootCount = loadedBundle.getInt(KEY_BOOT_COUNT, -1); in loadSystemUpdateInfoLocked() local
164 if (lastBootCount == -1 || lastBootCount != getBootCount()) { in loadSystemUpdateInfoLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java169 int lastBootCount = sp.getInt(KEY_LAST_BOOT_COUNT, -1); in isBootUp() local
170 if (bootCount == -1 || lastBootCount == -1 || bootCount != lastBootCount) { in isBootUp()