Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6598 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid
7271 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()
7272 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()
7274 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()
7488 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()
7804 resetIfNotNull(mBluetoothScanResultCounter, false); in reset()
7954 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()
8198 if (mBluetoothScanResultCounter != null) { in writeToParcelLocked()
8200 mBluetoothScanResultCounter.writeToParcel(out); in writeToParcelLocked()
8515 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88332 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…