Change field type for reverse
Bug: 149984767 Test: manual Change-Id: If80063a473efaaedc6f9d9b03e7f28ffad0279a1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user