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

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

Merge "Add getCpuMeasuredBatteryConsumptionUC to FakeUid" into sc-dev

parents 516042b1 3e0cf461
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 getCpuMeasuredBatteryConsumptionUC() {
        return 0;
    }

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