Searched refs:mHasBluetoothReporting (Results 1 – 2 of 2) sorted by relevance
881 boolean mHasBluetoothReporting = false; field in BatteryStatsImpl6402 return mHasBluetoothReporting; in hasBluetoothActivityReporting()11254 mHasBluetoothReporting = true; in updateBluetoothStateLocked()13653 mHasBluetoothReporting = in.readInt() != 0; in readSummaryFromParcel()14134 out.writeInt(mHasBluetoothReporting ? 1 : 0); in writeSummaryToParcel()14631 mHasBluetoothReporting = in.readInt() != 0; in readFromParcelLocked()14831 out.writeInt(mHasBluetoothReporting ? 1 : 0); in writeToParcelLocked()
88740 Lcom/android/internal/os/BatteryStatsImpl;->mHasBluetoothReporting:Z