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

Commit 587e6e7e authored by Ravindra's avatar Ravindra Committed by Gerrit - the friendly Code Review server
Browse files

Fix to prevent CTS failures.

Update the ConnectionRequest with phone account selected for
placing emergency call

Change-Id: Iba4cbdf4fa90408d0db34a340df8f89c1cb3966d
CRs-Fixed: 922759
parent dfc3f6aa
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import android.os.Parcelable;
public final class ConnectionRequest implements Parcelable {

    // TODO: Token to limit recursive invocations
    private final PhoneAccountHandle mAccountHandle;
    private PhoneAccountHandle mAccountHandle;
    private final Uri mAddress;
    private final Bundle mExtras;
    private final int mVideoState;
@@ -74,6 +74,9 @@ public final class ConnectionRequest implements Parcelable {
     */
    public PhoneAccountHandle getAccountHandle() { return mAccountHandle; }

    /** {@hide} */
    public void setAccountHandle(PhoneAccountHandle acc) { mAccountHandle = acc; }

    /**
     * The handle (e.g., phone number) to which the {@link Connection} is to connect.
     */