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

Commit f48a40d1 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Add new reason code for call failed by unobtainable number" am: 4122fd23 am: ffe0e51f

am: e73631c1

Change-Id: I0b72033ace19075e4acd8f7a9eaec3770bb07836
parents 3d7f2d40 e73631c1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -393,6 +393,12 @@ public final class ImsReasonInfo implements Parcelable {
     */
    public static final int CODE_SIP_ALTERNATE_EMERGENCY_CALL = 1514;

    /**
     * Call failed because of unobtainable number
     * @hide
     */
    public static final int CODE_UNOBTAINABLE_NUMBER = 1515;

    /* 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 */
    public static final int CODE_OEM_CAUSE_1 = 0xf001;