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

Commit 617e4570 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add a new reason code for IMS call failed due to network congestion"...

Merge "Add a new reason code for IMS call failed due to network congestion" into rvc-qpr-dev am: 572c7f76

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13351221

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7977e10af0c615b69b34a0e32c8652a349a7d1a8
parents 7c540849 572c7f76
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -890,6 +890,13 @@ public final class ImsReasonInfo implements Parcelable {
     */
    public static final int CODE_WFC_SERVICE_NOT_AVAILABLE_IN_THIS_LOCATION = 1623;

    /**
     * Call failed because of network congestion, resource is not available,
     * or no circuit or channel available, etc.
     * @hide
     */
    public static final int CODE_NETWORK_CONGESTION = 1624;

    /**
     * The dialed RTT call should be retried without RTT
     * @hide
@@ -1076,6 +1083,7 @@ public final class ImsReasonInfo implements Parcelable {
            CODE_REJECT_VT_AVPF_NOT_ALLOWED,
            CODE_REJECT_ONGOING_ENCRYPTED_CALL,
            CODE_REJECT_ONGOING_CS_CALL,
            CODE_NETWORK_CONGESTION,
            CODE_RETRY_ON_IMS_WITHOUT_RTT,
            CODE_OEM_CAUSE_1,
            CODE_OEM_CAUSE_2,