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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5748 Counter mBluetoothScanResultCounter; field in class:BatteryStatsImpl.Uid
6289 if (mBluetoothScanResultCounter == null) {
6290 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase);
6292 return mBluetoothScanResultCounter;
6491 return mBluetoothScanResultCounter;
6754 if (mBluetoothScanResultCounter != null) {
6755 mBluetoothScanResultCounter.reset(false);
6961 if (mBluetoothScanResultCounter != null) {
6962 mBluetoothScanResultCounter.detach();
6963 mBluetoothScanResultCounter
[all...]

Completed in 53 milliseconds