Searched refs:mBluetoothScanResultBgCounter (Results 1 – 2 of 2) sorted by relevance
8167 Counter mBluetoothScanResultBgCounter; field in BatteryStatsImpl.Uid9172 if (mBluetoothScanResultBgCounter == null) { in createBluetoothScanResultBgCounterLocked()9173 mBluetoothScanResultBgCounter = new Counter(mOnBatteryBackgroundTimeBase); in createBluetoothScanResultBgCounterLocked()9175 return mBluetoothScanResultBgCounter; in createBluetoothScanResultBgCounterLocked()9385 return mBluetoothScanResultBgCounter; in getBluetoothScanResultBgCounter()9718 resetIfNotNull(mBluetoothScanResultBgCounter, false, realtimeUs); in reset()9881 detachIfNotNull(mBluetoothScanResultBgCounter); in detachFromTimeBase()17234 if (u.mBluetoothScanResultBgCounter != null) {17236 u.mBluetoothScanResultBgCounter.writeSummaryFromParcelLocked(out);
73259 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultBgCounter:Lcom/android/internal…