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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java509 boolean mHasBluetoothReporting = false; field in class:BatteryStatsImpl
5591 return mHasBluetoothReporting;
10161 mHasBluetoothReporting = true;
11856 mHasBluetoothReporting = in.readInt() != 0;
12271 out.writeInt(mHasBluetoothReporting ? 1 : 0);
12730 mHasBluetoothReporting = in.readInt() != 0;
12925 out.writeInt(mHasBluetoothReporting ? 1 : 0);

Completed in 68 milliseconds