Searched refs:mBluetoothScanResultBgCounter (Results 1 – 2 of 2) sorted by relevance
7831 Counter mBluetoothScanResultBgCounter; field in BatteryStatsImpl.Uid8825 if (mBluetoothScanResultBgCounter == null) { in createBluetoothScanResultBgCounterLocked()8826 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase); in createBluetoothScanResultBgCounterLocked()8828 return mBluetoothScanResultBgCounter; in createBluetoothScanResultBgCounterLocked()9038 return mBluetoothScanResultBgCounter; in getBluetoothScanResultBgCounter()9370 resetIfNotNull(mBluetoothScanResultBgCounter, false, realtimeUs); in reset()9533 detachIfNotNull(mBluetoothScanResultBgCounter); in detachFromTimeBase()16606 if (u.mBluetoothScanResultBgCounter != null) {16608 u.mBluetoothScanResultBgCounter.writeSummaryFromParcelLocked(out);
73902 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultBgCounter:Lcom/android/internal…