Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java8166 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid
9165 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()
9166 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()
9168 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()
9380 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()
9717 resetIfNotNull(mBluetoothScanResultCounter, false, realtimeUs); in reset()
9880 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()
17228 if (u.mBluetoothScanResultCounter != null) {
17230 u.mBluetoothScanResultCounter.writeSummaryFromParcelLocked(out);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73260 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…