Merge "Add unoptimized ble scans to batterystats." into oc-dev

This commit is contained in:
Joe Onorato
2017-05-31 19:26:45 +00:00
committed by Android (Google) Code Review

View File

@@ -296,11 +296,26 @@ public class FakeUid extends Uid {
return null;
}
@Override
public Timer getBluetoothUnoptimizedScanTimer() {
return null;
}
@Override
public Timer getBluetoothUnoptimizedScanBackgroundTimer() {
return null;
}
@Override
public Counter getBluetoothScanResultCounter() {
return null;
}
@Override
public Counter getBluetoothScanResultBgCounter() {
return null;
}
@Override
public long getWifiRadioApWakeupCount(int which) {
return 0;