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

Commit b296697e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add BLE results counter to batterystats" into oc-dev

parents ce7f36c7 13897368
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package com.android.settings.fuelgauge;

import android.os.BatteryStats;
import android.os.BatteryStats.Counter;
import android.os.BatteryStats.Timer;
import android.os.BatteryStats.Uid;
import android.util.ArrayMap;
@@ -290,6 +291,11 @@ public class FakeUid extends Uid {
        return null;
    }

    @Override
    public Counter getBluetoothScanResultCounter() {
        return null;
    }

    @Override
    public long getWifiRadioApWakeupCount(int which) {
        return 0;