Merge "Avoid WiFi to Cellular silent redial when roaming"

am: 8fd48568d5

Change-Id: I9d0fe4981d0293864f2a066121587bbadc8a5705
This commit is contained in:
Brad Ebinger
2018-08-28 12:07:09 -07:00
committed by android-build-merger
2 changed files with 7 additions and 0 deletions

View File

@@ -5789,6 +5789,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

View File

@@ -400,6 +400,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>