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

Commit 2c49941e authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

Merge "Update FakeUid to include new methods." into oc-dev

am: 129369e5

Change-Id: I0f6ac2bd7ba43d31843c61b0478cfd39fb20da0d
parents 237eb884 129369e5
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;
    }
}