Home
last modified time | relevance | path

Searched refs:mBluetoothScanResultBgCounter (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5616 Counter mBluetoothScanResultBgCounter; field in BatteryStatsImpl.Uid
6146 if (mBluetoothScanResultBgCounter == null) { in createBluetoothScanResultBgCounterLocked()
6147 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase); in createBluetoothScanResultBgCounterLocked()
6149 return mBluetoothScanResultBgCounter; in createBluetoothScanResultBgCounterLocked()
6331 return mBluetoothScanResultBgCounter; in getBluetoothScanResultBgCounter()
6588 if (mBluetoothScanResultBgCounter != null) { in reset()
6589 mBluetoothScanResultBgCounter.reset(false); in reset()
6796 if (mBluetoothScanResultBgCounter != null) { in reset()
6797 mBluetoothScanResultBgCounter.detach(); in reset()
6798 mBluetoothScanResultBgCounter = null; in reset()
[all …]