Searched refs:mHasBluetoothReporting (Results 1 – 2 of 2) sorted by relevance
1481 boolean mHasBluetoothReporting = false; field in BatteryStatsImpl7795 return mHasBluetoothReporting; in hasBluetoothActivityReporting()13245 mHasBluetoothReporting = true; in updateBluetoothStateLocked()16557 mHasBluetoothReporting = in.readInt() != 0;17065 out.writeInt(mHasBluetoothReporting ? 1 : 0);
73668 Lcom/android/internal/os/BatteryStatsImpl;->mHasBluetoothReporting:Z