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.java6599 Counter mBluetoothScanResultBgCounter; field in BatteryStatsImpl.Uid
7278 if (mBluetoothScanResultBgCounter == null) { in createBluetoothScanResultBgCounterLocked()
7279 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase); in createBluetoothScanResultBgCounterLocked()
7281 return mBluetoothScanResultBgCounter; in createBluetoothScanResultBgCounterLocked()
7493 return mBluetoothScanResultBgCounter; in getBluetoothScanResultBgCounter()
7805 resetIfNotNull(mBluetoothScanResultBgCounter, false); in reset()
7955 detachIfNotNull(mBluetoothScanResultBgCounter); in detachFromTimeBase()
8204 if (mBluetoothScanResultBgCounter != null) { in writeToParcelLocked()
8206 mBluetoothScanResultBgCounter.writeToParcel(out); in writeToParcelLocked()
8520 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase, in); in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88331 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultBgCounter:Lcom/android/internal…