Loading telephony/java/com/android/ims/ImsReasonInfo.java +6 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,12 @@ public class ImsReasonInfo implements Parcelable { */ public static final int CODE_WIFI_LOST = 1407; /** * Indicates the registration attempt on IWLAN failed due to IKEv2 authetication failure * during tunnel establishment. */ public static final int CODE_IKEV2_AUTH_FAILURE = 1408; /** * Network string error messages. * mExtraMessage may have these values. Loading Loading
telephony/java/com/android/ims/ImsReasonInfo.java +6 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,12 @@ public class ImsReasonInfo implements Parcelable { */ public static final int CODE_WIFI_LOST = 1407; /** * Indicates the registration attempt on IWLAN failed due to IKEv2 authetication failure * during tunnel establishment. */ public static final int CODE_IKEV2_AUTH_FAILURE = 1408; /** * Network string error messages. * mExtraMessage may have these values. Loading