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

Commit c2c3eee8 authored by Michael Wachenschwanz's avatar Michael Wachenschwanz Committed by Android (Google) Code Review
Browse files

Merge "Init timers in BatteryExternalStatsWorkerTest"

parents b7e45e22 ea93d397
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -202,6 +202,7 @@ public class BatteryExternalStatsWorkerTest {
    public class TestBatteryStatsImpl extends BatteryStatsImpl {
        public TestBatteryStatsImpl(Context context) {
            mPowerProfile = new PowerProfile(context, true /* forTest */);
            initTimersAndCounters();
        }
    }