Merge "Init timers in BatteryExternalStatsWorkerTest"

This commit is contained in:
Michael Wachenschwanz
2021-10-16 01:41:19 +00:00
committed by Android (Google) Code Review

View File

@@ -202,6 +202,7 @@ public class BatteryExternalStatsWorkerTest {
public class TestBatteryStatsImpl extends BatteryStatsImpl {
public TestBatteryStatsImpl(Context context) {
mPowerProfile = new PowerProfile(context, true /* forTest */);
initTimersAndCounters();
}
}