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

* commit '0896a2e545f88785c2a07a4de91d4f5ea67c1a57':
  Update implementation to match BatteryStats.Uid
This commit is contained in:
Adam Lesinski
2015-09-19 00:46:05 +00:00
committed by Android Git Automerger

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