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

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

Add getScreenOnEnergy to FakeUid

Bug: 172361024
Test: builds
Change-Id: I968bae76d2cc8bfc718057466320095cb4eeac2f
parent af1fbb77
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -355,6 +355,11 @@ public class FakeUid extends Uid {
    public void getDeferredJobsLineLocked(StringBuilder sb, int which) {
    }

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

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