Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0582de6d authored by Nagendra Prasad Nagarle Basavaraju's avatar Nagendra Prasad Nagarle Basavaraju Committed by Automerger Merge Worker
Browse files

Merge "[Telephony]Fix:Duplicate set up data call request for same Apn...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22308463



Change-Id: I64b8de0fdec1a08dcb8b2ea2d4a11f126186070e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d3548350 f7621386
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)