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

Commit ad250a4e authored by Michael Wachenschwanz's avatar Michael Wachenschwanz
Browse files

Update FakeUid with energy to charge change

Bug: 180079165
Test: builds
Change-Id: I14c1fc727f6a63b0292b0dce1a3b12d00aa61c0f
parent 6d513a2c
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;
    }