Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java154 private final PowerManager mPowerMan; field in PowerNotificationWarnings
196 mPowerMan = (PowerManager) context.getSystemService(Context.POWER_SERVICE); in PowerNotificationWarnings()
325 if (!mPowerMan.isPowerSaveMode()) { in showWarningNotification()