Searched refs:mBluetoothScanResultCounter (Results 1 – 1 of 1) sorted by relevance
5615 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid6139 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()6140 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()6142 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()6326 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()6585 if (mBluetoothScanResultCounter != null) { in reset()6586 mBluetoothScanResultCounter.reset(false); in reset()6792 if (mBluetoothScanResultCounter != null) { in reset()6793 mBluetoothScanResultCounter.detach(); in reset()6794 mBluetoothScanResultCounter = null; in reset()[all …]