Searched refs:getClientErrorCode (Results 1 – 1 of 1) sorted by relevance
898 public static final AtClientErrorCode UNABLE_TO_PROCESS = getClientErrorCode(0);899 public static final AtClientErrorCode UNSUPPORTED_VERSION = getClientErrorCode(1);900 public static final AtClientErrorCode INSUFFICIENT_CHALLENGES = getClientErrorCode(2);901 public static final AtClientErrorCode STALE_RANDS = getClientErrorCode(3);922 private static AtClientErrorCode getClientErrorCode(int errorCode) { in getClientErrorCode() method in EapSimAkaAttribute.AtClientErrorCode