Merge "Add BLE results counter to batterystats" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b296697e8e
@@ -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;
|
||||
|
Reference in New Issue
Block a user