Searched refs:mBluetoothScanResultCounter (Results 1 – 2 of 2) sorted by relevance
6585 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid7258 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()7259 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()7261 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()7475 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()7791 resetIfNotNull(mBluetoothScanResultCounter, false); in reset()7941 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()8185 if (mBluetoothScanResultCounter != null) { in writeToParcelLocked()8187 mBluetoothScanResultCounter.writeToParcel(out); in writeToParcelLocked()8502 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase, in); in readFromParcelLocked()[all …]
94694 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…