Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1507 int mBluetoothScanNesting; field in BatteryStatsImpl
6718 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;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73593 Lcom/android/internal/os/BatteryStatsImpl;->mBluetoothScanNesting:I