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

Commit 00a9c1e0 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

Change-Id: I2310771930b38171131df85b0bde4fdcf64b5030
parents da8298db 8b803c20
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;