Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6586 Counter mBluetoothScanResultBgCounter; field in BatteryStatsImpl.Uid
7265 if (mBluetoothScanResultBgCounter == null) { in createBluetoothScanResultBgCounterLocked()
7266 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase); in createBluetoothScanResultBgCounterLocked()
7268 return mBluetoothScanResultBgCounter; in createBluetoothScanResultBgCounterLocked()
7480 return mBluetoothScanResultBgCounter; in getBluetoothScanResultBgCounter()
7792 resetIfNotNull(mBluetoothScanResultBgCounter, false); in reset()
7942 detachIfNotNull(mBluetoothScanResultBgCounter); in detachFromTimeBase()
8191 if (mBluetoothScanResultBgCounter != null) { in writeToParcelLocked()
8193 mBluetoothScanResultBgCounter.writeToParcel(out); in writeToParcelLocked()
8507 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase, in); in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt94693 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultBgCounter:Lcom/android/internal…