Searched refs:lastBootCount (Results 1 – 2 of 2) sorted by relevance
163 int lastBootCount = loadedBundle.getInt(KEY_BOOT_COUNT, -1); in loadSystemUpdateInfoLocked() local164 if (lastBootCount == -1 || lastBootCount != getBootCount()) { in loadSystemUpdateInfoLocked()
169 int lastBootCount = sp.getInt(KEY_LAST_BOOT_COUNT, -1); in isBootUp() local170 if (bootCount == -1 || lastBootCount == -1 || bootCount != lastBootCount) { in isBootUp()