Searched refs:mHasBluetoothReporting (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java445 boolean mHasBluetoothReporting = false; field in class:BatteryStatsImpl
5050 return mHasBluetoothReporting;
9102 mHasBluetoothReporting = true;
10564 mHasBluetoothReporting = in.readInt() != 0;
10920 out.writeInt(mHasBluetoothReporting ? 1 : 0);
11302 mHasBluetoothReporting = in.readInt() != 0;
11460 out.writeInt(mHasBluetoothReporting ? 1 : 0);

Completed in 50 milliseconds