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

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

Merge "Avoid WiFi to Cellular silent redial when roaming" am: 8fd48568 am: 1b497f23

am: 4fd6c1a1

Change-Id: I7de1f6eb345cdda52a7954e95aeee57f4074cc24
parents 920b56b8 4fd6c1a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5914,6 +5914,7 @@ package android.telephony.ims {
    field public static final int CODE_NETWORK_DETACH = 1513; // 0x5e9
    field public static final int CODE_NETWORK_REJECT = 1504; // 0x5e0
    field public static final int CODE_NETWORK_RESP_TIMEOUT = 1503; // 0x5df
    field public static final int CODE_NO_CSFB_IN_CS_ROAM = 1516; // 0x5ec
    field public static final int CODE_NO_VALID_SIM = 1501; // 0x5dd
    field public static final int CODE_OEM_CAUSE_1 = 61441; // 0xf001
    field public static final int CODE_OEM_CAUSE_10 = 61450; // 0xf00a
+6 −0
Original line number Diff line number Diff line
@@ -402,6 +402,12 @@ public final class ImsReasonInfo implements Parcelable {
     */
    public static final int CODE_UNOBTAINABLE_NUMBER = 1515;

    /**
     * Call failed because WiFi call could not complete and circuit switch silent redial
     * is not allowed while roaming on another network.
     */
    public static final int CODE_NO_CSFB_IN_CS_ROAM = 1516;

    /**
     * The rejection cause is not known.
     * <p>