Merge "[Telephony]Fix:Duplicate set up data call request for same Apn credentials" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
39454fbf1d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user