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