Home
last modified time | relevance | path

Searched refs:mBluetoothScanNesting (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java489 int mBluetoothScanNesting; field in BatteryStatsImpl
4830 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStartedLocked()
4837 mBluetoothScanNesting++; in noteBluetoothScanStartedLocked()
4852 mBluetoothScanNesting--; in noteBluetoothScanStoppedLocked()
4853 if (mBluetoothScanNesting == 0) { in noteBluetoothScanStoppedLocked()
4871 if (mBluetoothScanNesting > 0) { in noteResetBluetoothScanLocked()
4874 mBluetoothScanNesting = 0; in noteResetBluetoothScanLocked()
11430 mBluetoothScanNesting = 0; in readSummaryFromParcel()
12249 mBluetoothScanNesting = 0; in readFromParcelLocked()