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.java6585 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid
7258 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()
7259 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()
7261 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()
7475 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()
7791 resetIfNotNull(mBluetoothScanResultCounter, false); in reset()
7941 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()
8185 if (mBluetoothScanResultCounter != null) { in writeToParcelLocked()
8187 mBluetoothScanResultCounter.writeToParcel(out); in writeToParcelLocked()
8502 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt94694 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…