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

Commit a7cfafee authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

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

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



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