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

Commit 65299952 authored by Ravindra's avatar Ravindra Committed by Linux Build Service Account
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 dcbf6353
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;
@@ -94,6 +94,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.
     */
+3 −0
Original line number Diff line number Diff line
@@ -744,6 +744,9 @@ public class TelephonyManager {
     */
    public static final String VVM_TYPE_CVVM = "vvm_type_cvvm";

    /** {@hide} */
    public static final String EMR_DIAL_ACCOUNT = "emr_dial_account";

    //
    //
    // Device Info