am 56594c6d: Update FakeUid to implement new method defined in BatteryStats.Uid

* commit '56594c6d61c63d6cab28b32f431f6f0d9c84af91':
  Update FakeUid to implement new method defined in BatteryStats.Uid
This commit is contained in:
Adam Lesinski
2015-07-01 00:53:08 +00:00
committed by Android Git Automerger

View File

@@ -249,4 +249,9 @@ public class FakeUid extends Uid {
public long getTimeAtCpuSpeed(int step, int which) {
return 0;
}
@Override
public long getCpuPowerMaUs(int which) {
return 0;
}
}