Change field type for reverse

Bug: 152939508
Test: manual
Change-Id: I3b67b10b13b58d9aa80bd2acf98ebe53854ebbd1
This commit is contained in:
John Li
2020-04-01 17:30:29 +08:00
parent 7eb72faa06
commit 8a28d02012

View File

@@ -71,7 +71,7 @@ public class BatteryControllerImpl extends BroadcastReceiver implements BatteryC
protected boolean mPluggedIn;
protected boolean mCharging;
private boolean mCharged;
private boolean mPowerSave;
protected boolean mPowerSave;
private boolean mAodPowerSave;
private boolean mTestmode = false;
private boolean mHasReceivedBattery = false;