Searched refs:mBluetoothScanResultBgCounter (Results 1 – 1 of 1) sorted by relevance
6717 Counter mBluetoothScanResultBgCounter; field in BatteryStatsImpl.Uid7391 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 …]