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

Commit afc52f5f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix to prevent CTS failures."

parents 2f61217f 587e6e7e
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.
     */