Loading packages/SystemUI/src/com/android/systemui/battery/BatteryMeterView.java +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ public class BatteryMeterView extends LinearLayout implements DarkReceiver { private int mShowPercentMode = MODE_DEFAULT; private String mEstimateText = null; private boolean mPluggedIn; private boolean mPresent = true; private boolean mPresent; private boolean mPowerSaveEnabled; private boolean mIsBatteryDefender; private boolean mIsIncompatibleCharging; Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/BatteryControllerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public class BatteryControllerImpl extends BroadcastReceiver implements BatteryC protected int mLevel; protected boolean mPluggedIn; protected boolean mPresent = true; protected boolean mPresent; private int mPluggedChargingSource; protected boolean mCharging; private boolean mStateUnknown = false; Loading Loading
packages/SystemUI/src/com/android/systemui/battery/BatteryMeterView.java +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ public class BatteryMeterView extends LinearLayout implements DarkReceiver { private int mShowPercentMode = MODE_DEFAULT; private String mEstimateText = null; private boolean mPluggedIn; private boolean mPresent = true; private boolean mPresent; private boolean mPowerSaveEnabled; private boolean mIsBatteryDefender; private boolean mIsIncompatibleCharging; Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/BatteryControllerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public class BatteryControllerImpl extends BroadcastReceiver implements BatteryC protected int mLevel; protected boolean mPluggedIn; protected boolean mPresent = true; protected boolean mPresent; private int mPluggedChargingSource; protected boolean mCharging; private boolean mStateUnknown = false; Loading