Searched refs:mBluetoothScanNesting (Results 1 – 2 of 2) sorted by relevance
905 int mBluetoothScanNesting; field in BatteryStatsImpl5545 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStartedLocked()5552 mBluetoothScanNesting++; in noteBluetoothScanStartedLocked()5575 mBluetoothScanNesting--; in noteBluetoothScanStoppedLocked()5576 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStoppedLocked()5609 if (mBluetoothScanNesting > 0) { in noteResetBluetoothScanLocked()5612 mBluetoothScanNesting = 0; in noteResetBluetoothScanLocked()13661 mBluetoothScanNesting = 0; in readSummaryFromParcel()14645 mBluetoothScanNesting = 0; in readFromParcelLocked()
95032 Lcom/android/internal/os/BatteryStatsImpl;->mBluetoothScanNesting:I