Home
last modified time | relevance | path

Searched refs:getClientErrorCode (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java911 public static final AtClientErrorCode UNABLE_TO_PROCESS = getClientErrorCode(0);
912 public static final AtClientErrorCode UNSUPPORTED_VERSION = getClientErrorCode(1);
913 public static final AtClientErrorCode INSUFFICIENT_CHALLENGES = getClientErrorCode(2);
914 public static final AtClientErrorCode STALE_RANDS = getClientErrorCode(3);
935 private static AtClientErrorCode getClientErrorCode(int errorCode) { in getClientErrorCode() method in EapSimAkaAttribute.AtClientErrorCode