Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
H A DEapSimAkaAttribute.java898 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