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

Commit 8f806c09 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Update FakeUid to include new methods.

Bug: 34133340
Test: builds
Change-Id: I8c17e80002685e8e5e214d6238084584ae15ea30
parent d3e33ebc
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -305,4 +305,14 @@ public class FakeUid extends Uid {
    public long getMobileRadioApWakeupCount(int which) {
        return 0;
    }

    @Override
    public long[] getCpuFreqTimes(int which) {
        return null;
    }

    @Override
    public long[] getScreenOffCpuFreqTimes(int which) {
        return null;
    }
}