am b285f018: am 09948d48: am 56594c6d: Update FakeUid to implement new method defined in BatteryStats.Uid
* commit 'b285f018beacb966ef553df9bda48f46e0357984': Update FakeUid to implement new method defined in BatteryStats.Uid
This commit is contained in:
@@ -249,4 +249,9 @@ public class FakeUid extends Uid {
|
|||||||
public long getTimeAtCpuSpeed(int step, int which) {
|
public long getTimeAtCpuSpeed(int step, int which) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public long getCpuPowerMaUs(int which) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user