Searched refs:bootCount (Results 1 – 4 of 4) sorted by relevance
590 int bootCount = -1; in showWarnOnThermalShutdown() local593 bootCount = Settings.Global.getInt(mContext.getContentResolver(), in showWarnOnThermalShutdown()599 if (bootCount > lastReboot) { in showWarnOnThermalShutdown()601 bootCount).apply(); in showWarnOnThermalShutdown()
123 final int bootCount = Settings.Global.getInt(mResolver, Settings.Global.BOOT_COUNT, -1); in onCreate() local125 if (bootCount != -1 && bootCount != lastBootCount) { in onCreate()126 mDatabase.setLastBootCount(bootCount); in onCreate()
144 int bootCount = Settings.Global.getInt( in isBootUp() local148 if (bootCount == -1 || lastBootCount == -1 || bootCount != lastBootCount) { in isBootUp()149 sp.edit().putInt(KEY_LAST_BOOT_COUNT, bootCount).apply(); in isBootUp()
435 if (storedPin.bootCount != mBootCount) { in onDeviceReady()754 storedPin.bootCount = mBootCount; in savePinInformation()