Searched refs:mBluetoothScanResultBgCounter (Results 1 – 2 of 2) sorted by relevance
6599 Counter mBluetoothScanResultBgCounter; field in BatteryStatsImpl.Uid7278 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 …]
88331 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultBgCounter:Lcom/android/internal…