Loading telephony/java/com/android/ims/ImsReasonInfo.java +21 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,26 @@ public class ImsReasonInfo implements Parcelable { public static final int CODE_SUPP_SVC_CANCELLED = 1202; public static final int CODE_SUPP_SVC_REINVITE_COLLISION = 1203; /** * DPD Procedure received no response or send failed */ public static final int CODE_IWLAN_DPD_FAILURE = 1300; /** * Establishment of the ePDG Tunnel Failed */ public static final int CODE_EPDG_TUNNEL_ESTABLISH_FAILURE = 1400; /** * Re-keying of the ePDG Tunnel Failed; may not always result in teardown */ public static final int CODE_EPDG_TUNNEL_REKEY_FAILURE = 1401; /** * Connection to the packet gateway is lost */ public static final int CODE_EPDG_TUNNEL_LOST_CONNECTION = 1402; /** * Network string error messages. * mExtraMessage may have these values. Loading @@ -255,6 +275,7 @@ public class ImsReasonInfo implements Parcelable { public static final String EXTRA_MSG_SERVICE_NOT_AUTHORIZED = "Forbidden. Not Authorized for Service"; // For main reason code public int mCode; // For the extra code value; it depends on the code value. Loading Loading
telephony/java/com/android/ims/ImsReasonInfo.java +21 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,26 @@ public class ImsReasonInfo implements Parcelable { public static final int CODE_SUPP_SVC_CANCELLED = 1202; public static final int CODE_SUPP_SVC_REINVITE_COLLISION = 1203; /** * DPD Procedure received no response or send failed */ public static final int CODE_IWLAN_DPD_FAILURE = 1300; /** * Establishment of the ePDG Tunnel Failed */ public static final int CODE_EPDG_TUNNEL_ESTABLISH_FAILURE = 1400; /** * Re-keying of the ePDG Tunnel Failed; may not always result in teardown */ public static final int CODE_EPDG_TUNNEL_REKEY_FAILURE = 1401; /** * Connection to the packet gateway is lost */ public static final int CODE_EPDG_TUNNEL_LOST_CONNECTION = 1402; /** * Network string error messages. * mExtraMessage may have these values. Loading @@ -255,6 +275,7 @@ public class ImsReasonInfo implements Parcelable { public static final String EXTRA_MSG_SERVICE_NOT_AUTHORIZED = "Forbidden. Not Authorized for Service"; // For main reason code public int mCode; // For the extra code value; it depends on the code value. Loading