Searched refs:mBluetoothScanResultCounter (Results 1 – 2 of 2) sorted by relevance
7830 Counter mBluetoothScanResultCounter; field in BatteryStatsImpl.Uid8818 if (mBluetoothScanResultCounter == null) { in createBluetoothScanResultCounterLocked()8819 mBluetoothScanResultCounter = new Counter(mBsi.mOnBatteryTimeBase); in createBluetoothScanResultCounterLocked()8821 return mBluetoothScanResultCounter; in createBluetoothScanResultCounterLocked()9033 return mBluetoothScanResultCounter; in getBluetoothScanResultCounter()9369 resetIfNotNull(mBluetoothScanResultCounter, false, realtimeUs); in reset()9532 detachIfNotNull(mBluetoothScanResultCounter); in detachFromTimeBase()16600 if (u.mBluetoothScanResultCounter != null) {16602 u.mBluetoothScanResultCounter.writeSummaryFromParcelLocked(out);
73903 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothScanResultCounter:Lcom/android/internal/o…