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.java6717 Counter mBluetoothScanResultBgCounter; field in BatteryStatsImpl.Uid
7391 if (mBluetoothScanResultBgCounter == null) { in createBluetoothScanResultBgCounterLocked()
7392 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase); in createBluetoothScanResultBgCounterLocked()
7394 return mBluetoothScanResultBgCounter; in createBluetoothScanResultBgCounterLocked()
7604 return mBluetoothScanResultBgCounter; in getBluetoothScanResultBgCounter()
7910 if (mBluetoothScanResultBgCounter != null) { in reset()
7911 mBluetoothScanResultBgCounter.reset(false); in reset()
8147 if (mBluetoothScanResultBgCounter != null) { in reset()
8148 mBluetoothScanResultBgCounter.detach(); in reset()
8149 mBluetoothScanResultBgCounter = null; in reset()
[all …]