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

Commit 1f78f774 authored by Adam Lesinski's avatar Adam Lesinski Committed by Colin Cross
Browse files

Update implementation to match BatteryStats.Uid

(cherry picked from commit 2350b844)

Change-Id: I4289fbb912f3109d0be6a9ab4254bea4c2866d3d
parent e68e93fc
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;
    }