Skip to content
Snippets Groups Projects
Commit b4234e6a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add a new ImsReasonInfo code"

parents 84374678 2134e14b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment