Searched refs:mBluetoothScanNesting (Results 1 – 2 of 2) sorted by relevance
1421 int mBluetoothScanNesting; field in BatteryStatsImpl6439 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStartedLocked()6444 mBluetoothScanNesting++; in noteBluetoothScanStartedLocked()6480 mBluetoothScanNesting--; in noteBluetoothScanStoppedLocked()6481 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStoppedLocked()6516 if (mBluetoothScanNesting > 0) { in noteResetBluetoothScanLocked()6517 mBluetoothScanNesting = 0; in noteResetBluetoothScanLocked()15945 mBluetoothScanNesting = 0;
74236 Lcom/android/internal/os/BatteryStatsImpl;->mBluetoothScanNesting:I