Searched refs:mBluetoothScanResultCounter (Results 1 – 2 of 2) sorted by relevance
8166 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid9165 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()9166 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()9168 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()9380 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()9717 resetIfNotNull(mBluetoothScanResultCounter, false, realtimeUs); in reset()9880 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()17228 if (u.mBluetoothScanResultCounter != null) {17230 u.mBluetoothScanResultCounter.writeSummaryFromParcelLocked(out);
73260 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…