Merge "Update FakeUid with new methods" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-07-18 20:58:13 +00:00
committed by Android (Google) Code Review

View File

@@ -274,4 +274,14 @@ public class FakeUid extends Uid {
public Timer getBluetoothScanTimer() { public Timer getBluetoothScanTimer() {
return null; return null;
} }
@Override
public long getWifiRadioApWakeupCount(int which) {
return 0;
}
@Override
public long getMobileRadioApWakeupCount(int which) {
return 0;
}
} }