Searched refs:mBluetoothScanResultCounter (Results 1 – 2 of 2) sorted by relevance
6598 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid7271 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()7272 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()7274 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()7488 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()7804 resetIfNotNull(mBluetoothScanResultCounter, false); in reset()7954 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()8198 if (mBluetoothScanResultCounter != null) { in writeToParcelLocked()8200 mBluetoothScanResultCounter.writeToParcel(out); in writeToParcelLocked()8515 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()[all …]
88332 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…