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

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

Merge "Add ImsReasonInfo constant for retrying without RTT" into qt-qpr1-dev am: fe19a930

am: 805b047b

Change-Id: I8b81c51dc99680d9a02f986b6c239457c21fcd4e
parents 1231ca4d 805b047b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -885,6 +885,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.
@@ -1065,6 +1071,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,