Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java191 private boolean mPowerPluggedInWired; field in KeyguardIndicationController
975 if (mPowerPluggedInWired) { in computePowerIndication()
1092 pw.println(" mPowerPluggedInWired: " + mPowerPluggedInWired); in dump()
1132 mPowerPluggedInWired = status.isPluggedInWired() && isChargingOrFull; in onRefreshBatteryInfo()
1155 updateDeviceEntryIndication(!wasPluggedIn && mPowerPluggedInWired); in onRefreshBatteryInfo()