Merge "Fix ServiceState.hashCode() bug."

am: 466ff7b990

Change-Id: I9705b0857ecc5f9a809e7e640fbc35151d244211
This commit is contained in:
Cody Kesting
2019-03-15 09:11:09 -07:00
committed by android-build-merger

View File

@@ -837,7 +837,7 @@ public class ServiceState implements Parcelable {
mVoiceRegState,
mDataRegState,
mChannelNumber,
mCellBandwidths,
Arrays.hashCode(mCellBandwidths),
mVoiceOperatorAlphaLong,
mVoiceOperatorAlphaShort,
mVoiceOperatorNumeric,