Merge "[Telephony]Fix:Duplicate set up data call request for same Apn credentials" into udc-dev

This commit is contained in:
Nagendra Prasad Nagarle Basavaraju
2023-03-29 09:13:12 +00:00
committed by Android (Google) Code Review

View File

@@ -1186,7 +1186,6 @@ public class ApnSetting implements Parcelable {
ApnSetting other = (ApnSetting) o;
return mEntryName.equals(other.mEntryName)
&& Objects.equals(mId, other.mId)
&& Objects.equals(mOperatorNumeric, other.mOperatorNumeric)
&& Objects.equals(mApnName, other.mApnName)
&& Objects.equals(mProxyAddress, other.mProxyAddress)