Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7592 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid
8440 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()
8443 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()
8657 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()
8973 resetIfNotNull(mBluetoothScanResultCounter, false, realtimeUs); in reset()
9136 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()
9380 if (mBluetoothScanResultCounter != null) { in writeToParcelLocked()
9382 mBluetoothScanResultCounter.writeToParcel(out); in writeToParcelLocked()
9686 mBluetoothScanResultCounter = null; in readFromParcelLocked()
16349 if (u.mBluetoothScanResultCounter != null) {
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt77226 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…