Searched refs:bootCount (Results 1 – 2 of 2) sorted by relevance
589 int bootCount = -1; in showWarnOnThermalShutdown() local592 bootCount = Settings.Global.getInt(mContext.getContentResolver(), in showWarnOnThermalShutdown()598 if (bootCount > lastReboot) { in showWarnOnThermalShutdown()600 bootCount).apply(); in showWarnOnThermalShutdown()
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()