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.java95 private boolean mPowerPluggedInWired; field in KeyguardIndicationController
480 pw.println(" mPowerPluggedInWired: " + mPowerPluggedInWired); in dump()
501 mPowerPluggedInWired = status.isPluggedInWired() && isChargingOrFull; in onRefreshBatteryInfo()
507 updateIndication(!wasPluggedIn && mPowerPluggedInWired); in onRefreshBatteryInfo()