Merge "Fix ServiceState.hashCode() bug." am: 466ff7b990

am: 842fd65fe4

Change-Id: I968a368b97d74bb8f228df38cb8c0700ccb9b4b4
This commit is contained in:
Cody Kesting
2019-03-15 09:25:22 -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,