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

Commit ddf31e18 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

Change-Id: I36fd5803e1a1a535a000dc4e69dc7238fa26efbd
parents 9a5e663d a003d996
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;