Home
last modified time | relevance | path

Searched refs:mBluetoothScanResultCounter (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6716 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid
7384 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()
7385 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()
7387 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()
7599 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()
7907 if (mBluetoothScanResultCounter != null) { in reset()
7908 mBluetoothScanResultCounter.reset(false); in reset()
8143 if (mBluetoothScanResultCounter != null) { in reset()
8144 mBluetoothScanResultCounter.detach(); in reset()
8145 mBluetoothScanResultCounter = null; in reset()
[all …]