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

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

Merge "Add getScreenOnEnergy to FakeUid"

parents e0f2957e d127eb01
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;