Merge "Update FakeUid to match ag/2099507" into oc-dev

This commit is contained in:
Adam Lesinski
2017-04-13 20:09:41 +00:00
committed by Android (Google) Code Review

View File

@@ -265,11 +265,6 @@ public class FakeUid extends Uid {
return 0;
}
@Override
public long getCpuPowerMaUs(int which) {
return 0;
}
@Override
public BatteryStats.ControllerActivityCounter getWifiControllerActivity() {
return null;