Merge "Revert "[Telephony]Fix:Duplicate set up data call request for sa..."" into udc-dev

This commit is contained in:
Treehugger Robot
2023-04-26 02:20:33 +00:00
committed by Android (Google) Code Review

View File

@@ -1186,6 +1186,7 @@ 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)