Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickStatusBarHeader.java99 private boolean mConfigShowBatteryEstimate; field in QuickStatusBarHeader
220 if (mConfigShowBatteryEstimate && !mHasCenterCutout) { in updateBatteryMode()
230 mConfigShowBatteryEstimate = resources.getBoolean(R.bool.config_showBatteryEstimateQSBH); in updateResources()