Home
last modified time | relevance | path

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

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