Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7830 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid
8818 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()
8819 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()
8821 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()
9033 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()
9369 resetIfNotNull(mBluetoothScanResultCounter, false, realtimeUs); in reset()
9532 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()
16600 if (u.mBluetoothScanResultCounter != null) {
16602 u.mBluetoothScanResultCounter.writeSummaryFromParcelLocked(out);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73903 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…