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

am: 37eb1c580b

Change-Id: Ia794a4e1d51a6a0a28b65f9ade1530ca2c79cf90
This commit is contained in:
Joe Onorato
2017-05-31 19:50:03 +00:00
committed by android-build-merger

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;