Searched refs:lastBootCount (Results 1 – 3 of 3) sorted by relevance
161 int lastBootCount = loadedBundle.getInt(KEY_BOOT_COUNT, -1); in loadSystemUpdateInfoLocked() local162 if (lastBootCount == -1 || lastBootCount != getBootCount()) { in loadSystemUpdateInfoLocked()
144 int lastBootCount = sp.getInt(KEY_LAST_BOOT_COUNT, -1); in isBootUp() local145 if (bootCount == -1 || lastBootCount == -1 || bootCount != lastBootCount) { in isBootUp()
124 final int lastBootCount = mDatabase.getLastBootCount(); in onCreate() local125 if (bootCount != -1 && bootCount != lastBootCount) { in onCreate()