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

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

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

am: ddf31e18

Change-Id: Ieb37e63f6843c21a40e366b08d8cf40b2f6d69d8
parents 4adbc6b5 ddf31e18
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;