Searched refs:mBluetoothScanNesting (Results 1 – 2 of 2) sorted by relevance
1507 int mBluetoothScanNesting; field in BatteryStatsImpl6718 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStartedLocked()6723 mBluetoothScanNesting++; in noteBluetoothScanStartedLocked()6759 mBluetoothScanNesting--; in noteBluetoothScanStoppedLocked()6760 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStoppedLocked()6795 if (mBluetoothScanNesting > 0) { in noteResetBluetoothScanLocked()6796 mBluetoothScanNesting = 0; in noteResetBluetoothScanLocked()16565 mBluetoothScanNesting = 0;
73593 Lcom/android/internal/os/BatteryStatsImpl;->mBluetoothScanNesting:I