Update implementation to match BatteryStats.Uid

Change-Id: Ibdb7dc4b98c5a365c97bb56ad51e936b51892d3f
This commit is contained in:
Adam Lesinski
2015-09-06 01:57:58 -07:00
parent 1cfaf01fda
commit 2350b8445c

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