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.java206 protected boolean mPowerPluggedInWired; field in KeyguardIndicationController
1107 if (mPowerPluggedInWired) { in computePowerChargingStringIndication()
1231 pw.println(" mPowerPluggedInWired: " + mPowerPluggedInWired); in dump()
1271 mPowerPluggedInWired = status.isPluggedInWired() && isChargingOrFull; in onRefreshBatteryInfo()
1294 updateDeviceEntryIndication(!wasPluggedIn && mPowerPluggedInWired); in onRefreshBatteryInfo()