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

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

Merge "Update FakeUid with energy to charge change" into sc-dev

parents 50527b1f ad250a4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -356,12 +356,12 @@ public class FakeUid extends Uid {
    }

    @Override
    public long getScreenOnEnergy() {
    public long getScreenOnMeasuredBatteryConsumptionUC() {
        return 0;
    }

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