Searched refs:bootCount (Results 1 – 3 of 3) sorted by relevance
622 int bootCount = -1; in showWarnOnThermalShutdown() local625 bootCount = Settings.Global.getInt(mContext.getContentResolver(), in showWarnOnThermalShutdown()631 if (bootCount > lastReboot) { in showWarnOnThermalShutdown()633 bootCount).apply(); in showWarnOnThermalShutdown()
166 int bootCount = Settings.Global.getInt( in isBootUp() local170 if (bootCount == -1 || lastBootCount == -1 || bootCount != lastBootCount) { in isBootUp()171 sp.edit().putInt(KEY_LAST_BOOT_COUNT, bootCount).apply(); in isBootUp()
439 if (storedPin.bootCount != mBootCount) { in onDeviceReady()759 storedPin.bootCount = mBootCount; in savePinInformation()