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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5615 Counter mBluetoothScanResultCounter; field in class:BatteryStatsImpl.Uid
6139 if (mBluetoothScanResultCounter == null) {
6140 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase);
6142 return mBluetoothScanResultCounter;
6326 return mBluetoothScanResultCounter;
6585 if (mBluetoothScanResultCounter != null) {
6586 mBluetoothScanResultCounter.reset(false);
6792 if (mBluetoothScanResultCounter != null) {
6793 mBluetoothScanResultCounter.detach();
6794 mBluetoothScanResultCounter
[all...]

Completed in 43 milliseconds