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

Commit 76971db7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[FakeUid] BatteryStats.getCustomMeasuredEnergiesMicroJoules()" into sc-dev

parents 6ef5f04d 738376db
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -360,6 +360,11 @@ public class FakeUid extends Uid {
        return 0;
    }

    @Override
    public long[] getCustomMeasuredEnergiesMicroJoules() {
        return null;
    }

    @Override
    public long getMobileRadioApWakeupCount(int which) {
        return 0;