Searched defs:mBluetoothScanResultBgCounter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5749 Counter mBluetoothScanResultBgCounter; field in class:BatteryStatsImpl.Uid
6296 if (mBluetoothScanResultBgCounter == null) {
6297 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase);
6299 return mBluetoothScanResultBgCounter;
6496 return mBluetoothScanResultBgCounter;
6757 if (mBluetoothScanResultBgCounter != null) {
6758 mBluetoothScanResultBgCounter.reset(false);
6965 if (mBluetoothScanResultBgCounter != null) {
6966 mBluetoothScanResultBgCounter.detach();
6967 mBluetoothScanResultBgCounter
[all...]

Completed in 32 milliseconds