Searched refs:EAP_AT_NONCE_S (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_NONCE_S;69 assertEquals(EAP_AT_NONCE_S, atNonceS.attributeType); in testDecode()
26 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_NONCE_S;97 case EAP_AT_NONCE_S: in getAttribute()
69 public static final int EAP_AT_NONCE_S = 21; field in EapSimAkaAttribute102 EAP_ATTRIBUTE_STRING.put(EAP_AT_NONCE_S, "AT_NONCE_S"); in EAP_ATTRIBUTE_STRING.put() argument770 super(EAP_AT_NONCE_S, lengthInBytes, byteBuffer); in AtNonceS()781 super(EAP_AT_NONCE_S, ATTR_LENGTH); in AtNonceS()