Merge "Update implementation to match BatteryStats.Uid" into mnc-dr-dev

This commit is contained in:
Adam Lesinski
2015-09-18 20:26:06 +00:00
committed by Android (Google) Code Review

View File

@@ -246,7 +246,7 @@ public class FakeUid extends Uid {
} }
@Override @Override
public long getTimeAtCpuSpeed(int step, int which) { public long getTimeAtCpuSpeed(int cluster, int step, int which) {
return 0; return 0;
} }