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

Commit c84735f4 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix Telecom ConnectionTest." into rvc-dev am: 0ea5bf3d

Change-Id: I5ab0a05b9459d8b8e9f78818e167b0ea6d235b9e
parents 69088af3 0ea5bf3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2331,7 +2331,6 @@ public abstract class Connection extends Conferenceable {
     *        See {@link TelecomManager} for valid values.
     */
    public final void setAddress(Uri address, int presentation) {
        checkImmutable();
        Log.d(this, "setAddress %s", address);
        mAddress = address;
        mAddressPresentation = presentation;
@@ -3358,6 +3357,7 @@ public abstract class Connection extends Conferenceable {
        private boolean mImmutable = false;
        public FailureSignalingConnection(DisconnectCause disconnectCause) {
            setDisconnected(disconnectCause);
            mImmutable = true;
        }

        public void checkImmutable() {