Add unoptimized ble scans to batterystats.

Bug: 38461344
Test: see main cl in topic
Change-Id: I426011e1954ef8ae7fae595cbcbe986280b7638f
This commit is contained in:
Bookatz
2017-05-23 11:52:19 -07:00
parent 11e7781b32
commit 0311f24bb0

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;