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

am: ffe0e51f47

Change-Id: I9b706c18b2d184b303adb526ee7adf86dd7e9ee9
This commit is contained in:
Brad Ebinger
2018-02-20 23:20:48 +00:00
committed by android-build-merger

View File

@@ -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;