Searched defs:mBluetoothScanNesting (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java533 int mBluetoothScanNesting; field in class:BatteryStatsImpl
4954 if (mBluetoothScanNesting == 0) {
4961 mBluetoothScanNesting++;
4976 mBluetoothScanNesting--;
4977 if (mBluetoothScanNesting == 0) {
4995 if (mBluetoothScanNesting > 0) {
4998 mBluetoothScanNesting = 0;
11864 mBluetoothScanNesting = 0;
12744 mBluetoothScanNesting = 0;

Completed in 38 milliseconds