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
5068 return mHasBluetoothReporting;
9120 mHasBluetoothReporting = true;
10582 mHasBluetoothReporting = in.readInt() != 0;
10938 out.writeInt(mHasBluetoothReporting ? 1 : 0);
11320 mHasBluetoothReporting = in.readInt() != 0;
11478 out.writeInt(mHasBluetoothReporting ? 1 : 0);

Completed in 25 milliseconds