Merge "Add unoptimized ble scans to batterystats." into oc-dev
This commit is contained in:
@@ -296,11 +296,26 @@ public class FakeUid extends Uid {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Timer getBluetoothUnoptimizedScanTimer() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Timer getBluetoothUnoptimizedScanBackgroundTimer() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Counter getBluetoothScanResultCounter() {
|
public Counter getBluetoothScanResultCounter() {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Counter getBluetoothScanResultBgCounter() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long getWifiRadioApWakeupCount(int which) {
|
public long getWifiRadioApWakeupCount(int which) {
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user