Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37eb1c58 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

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

parents 76e9bd72 0311f24b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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;