Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddc1b072 authored by John Li's avatar John Li Committed by Automerger Merge Worker
Browse files

Merge "Change field type for reverse" into rvc-dev am: 4b1af291 am: 8b803c20 am: 00a9c1e0

Change-Id: Icc244088e7c6ce46c8b5a08fea10ba12a82b3171
parents fc16c14e 00a9c1e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;