Merge "Clean up the check of AuthType in simialr()"

This commit is contained in:
Treehugger Robot
2022-12-14 03:10:56 +00:00
committed by Gerrit Code Review

View File

@@ -1284,7 +1284,7 @@ public class ApnSetting implements Parcelable {
&& xorEqualsInt(this.mMmsProxyPort, other.mMmsProxyPort)) && xorEqualsInt(this.mMmsProxyPort, other.mMmsProxyPort))
&& xorEqualsString(this.mUser, other.mUser) && xorEqualsString(this.mUser, other.mUser)
&& xorEqualsString(this.mPassword, other.mPassword) && xorEqualsString(this.mPassword, other.mPassword)
&& xorEqualsInt(this.mAuthType, other.mAuthType) && Objects.equals(this.mAuthType, other.mAuthType)
&& !typeSameAny(this, other) && !typeSameAny(this, other)
&& Objects.equals(this.mOperatorNumeric, other.mOperatorNumeric) && Objects.equals(this.mOperatorNumeric, other.mOperatorNumeric)
&& Objects.equals(this.mProtocol, other.mProtocol) && Objects.equals(this.mProtocol, other.mProtocol)