Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java111 private boolean mPowerPluggedInWired; field in KeyguardIndicationController
486 if (mPowerPluggedInWired) { in computePowerIndication()
573 pw.println(" mPowerPluggedInWired: " + mPowerPluggedInWired); in dump()
608 mPowerPluggedInWired = status.isPluggedInWired() && isChargingOrFull; in onRefreshBatteryInfo()
614 updateIndication(!wasPluggedIn && mPowerPluggedInWired); in onRefreshBatteryInfo()