Update implementation to match BatteryStats.Uid

(cherry picked from commit 2350b8445c)

Change-Id: I4289fbb912f3109d0be6a9ab4254bea4c2866d3d
This commit is contained in:
Adam Lesinski
2015-09-06 01:57:58 -07:00
committed by Colin Cross
parent e68e93fc36
commit 1f78f774ca

View File

@@ -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;
}