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

Commit 56594c6d authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Update FakeUid to implement new method defined in BatteryStats.Uid

Bug:21498425
Change-Id: I956c04d13daf985d472cc7ff2762ad74d5bb9502
parent fba915be
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -249,4 +249,9 @@ public class FakeUid extends Uid {
    public long getTimeAtCpuSpeed(int step, int which) {
        return 0;
    }

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