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

Commit a9b69e97 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Add ImsReasonInfo constant for retrying without RTT"

am: 06fc4257

Change-Id: I3dbe522191a3ac89c80c915d7e02e881004327c1
parents 2f34d0ec 06fc4257
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -889,6 +889,12 @@ public final class ImsReasonInfo implements Parcelable {
     */
    public static final int CODE_WFC_SERVICE_NOT_AVAILABLE_IN_THIS_LOCATION = 1623;

    /**
     * The dialed RTT call should be retried without RTT
     * @hide
     */
    public static final int CODE_RETRY_ON_IMS_WITHOUT_RTT = 3001;

    /*
     * OEM specific error codes. To be used by OEMs when they don't want to reveal error code which
     * would be replaced by ERROR_UNSPECIFIED.
@@ -1069,6 +1075,7 @@ public final class ImsReasonInfo implements Parcelable {
            CODE_REJECT_VT_AVPF_NOT_ALLOWED,
            CODE_REJECT_ONGOING_ENCRYPTED_CALL,
            CODE_REJECT_ONGOING_CS_CALL,
            CODE_RETRY_ON_IMS_WITHOUT_RTT,
            CODE_OEM_CAUSE_1,
            CODE_OEM_CAUSE_2,
            CODE_OEM_CAUSE_3,