Searched refs:mBluetoothScanNesting (Results 1 – 2 of 2) sorted by relevance
907 int mBluetoothScanNesting; field in BatteryStatsImpl5558 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStartedLocked()5565 mBluetoothScanNesting++; in noteBluetoothScanStartedLocked()5588 mBluetoothScanNesting--; in noteBluetoothScanStoppedLocked()5589 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStoppedLocked()5622 if (mBluetoothScanNesting > 0) { in noteResetBluetoothScanLocked()5625 mBluetoothScanNesting = 0; in noteResetBluetoothScanLocked()13661 mBluetoothScanNesting = 0; in readSummaryFromParcel()14644 mBluetoothScanNesting = 0; in readFromParcelLocked()
88665 Lcom/android/internal/os/BatteryStatsImpl;->mBluetoothScanNesting:I