Searched defs:mPowerPluggedIn (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java58 private boolean mPowerPluggedIn; field in class:KeyguardIndicationController
134 if (mPowerPluggedIn) {
167 mPowerPluggedIn = status.isPluggedIn() && isChargingOrFull;

Completed in 24 milliseconds