Change field type for reverse

Bug: 149984767
Test: manual
Change-Id: If80063a473efaaedc6f9d9b03e7f28ffad0279a1
This commit is contained in:
John Li
2020-03-26 20:27:06 +08:00
parent 2279fd5f46
commit e3366397af

View File

@@ -67,9 +67,9 @@ public class BatteryControllerImpl extends BroadcastReceiver implements BatteryC
private final Handler mBgHandler;
protected final Context mContext;
private int mLevel;
private boolean mPluggedIn;
private boolean mCharging;
protected int mLevel;
protected boolean mPluggedIn;
protected boolean mCharging;
private boolean mCharged;
private boolean mPowerSave;
private boolean mAodPowerSave;