Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java76 private static final String BOOT_COUNT_KEY = "boot_count"; field in PowerUI
598 int lastReboot = mContext.getSharedPreferences(PREFS, 0).getInt(BOOT_COUNT_KEY, -1); in showWarnOnThermalShutdown()
607 mContext.getSharedPreferences(PREFS, 0).edit().putInt(BOOT_COUNT_KEY, in showWarnOnThermalShutdown()