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

Commit 2350b844 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Update implementation to match BatteryStats.Uid

Change-Id: Ibdb7dc4b98c5a365c97bb56ad51e936b51892d3f
parent 1cfaf01f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ public class FakeUid extends Uid {
    }

    @Override
    public long getTimeAtCpuSpeed(int step, int which) {
    public long getTimeAtCpuSpeed(int cluster, int step, int which) {
        return 0;
    }