Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java134 private final PowerManager mPowerMan; field in PowerNotificationWarnings
165 mPowerMan = (PowerManager) context.getSystemService(Context.POWER_SERVICE); in PowerNotificationWarnings()
291 if (!mPowerMan.isPowerSaveMode()) { in showWarningNotification()