am 65477c80: am 031bbef5: Merge "Update implementation to match BatteryStats.Uid" into mnc-dr-dev

* commit '65477c800fabbce6586bc2782ce56167e0bd2734':
  Update implementation to match BatteryStats.Uid
This commit is contained in:
Adam Lesinski
2015-09-18 20:42:31 +00:00
committed by Android Git Automerger

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