Merge "Add new reason code for call barring" am: a003d996b9

am: ddf31e1810

Change-Id: Ieb37e63f6843c21a40e366b08d8cf40b2f6d69d8
This commit is contained in:
Brad Ebinger
2017-12-21 23:59:45 +00:00
committed by android-build-merger

View File

@@ -104,6 +104,9 @@ public class ImsReasonInfo implements Parcelable {
// MT : No action from user after alerting the call
public static final int CODE_TIMEOUT_NO_ANSWER_CALL_UPDATE = 203;
//Call was blocked by call barring
public static final int CODE_CALL_BARRED = 240;
//Call failures for FDN
public static final int CODE_FDN_BLOCKED = 241;