Searched refs:EAP_AT_NONCE_MT (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_NONCE_MT;79 case EAP_AT_NONCE_MT: in getAttribute()
58 public static final int EAP_AT_NONCE_MT = 7; field in EapSimAkaAttribute91 EAP_ATTRIBUTE_STRING.put(EAP_AT_NONCE_MT, "AT_NONCE_MT"); in EAP_ATTRIBUTE_STRING.put() argument357 super(EAP_AT_NONCE_MT, LENGTH, byteBuffer); in AtNonceMt()367 super(EAP_AT_NONCE_MT, LENGTH); in AtNonceMt()
19 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_NONCE_MT;68 assertEquals(EAP_AT_NONCE_MT, atNonceMt.attributeType); in testDecode()