Home
last modified time | relevance | path

Searched refs:bootCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java589 int bootCount = -1; in showWarnOnThermalShutdown() local
592 bootCount = Settings.Global.getInt(mContext.getContentResolver(), in showWarnOnThermalShutdown()
598 if (bootCount > lastReboot) { in showWarnOnThermalShutdown()
600 bootCount).apply(); in showWarnOnThermalShutdown()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java144 int bootCount = Settings.Global.getInt( in isBootUp() local
148 if (bootCount == -1 || lastBootCount == -1 || bootCount != lastBootCount) { in isBootUp()
149 sp.edit().putInt(KEY_LAST_BOOT_COUNT, bootCount).apply(); in isBootUp()