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

Commit fe19a930 authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

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

parents 3008bb66 6652a265
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -884,6 +884,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.
@@ -1064,6 +1070,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,