Searched refs:EAP_AT_COUNTER (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_COUNTER;62 assertEquals(EAP_AT_COUNTER, atCounter.attributeType); in testDecodeAtCounter()
21 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_COUNTER;99 case EAP_AT_COUNTER: in getAttribute()
80 public static final int EAP_AT_COUNTER = 19; field in EapSimAkaAttribute113 EAP_ATTRIBUTE_STRING.put(EAP_AT_COUNTER, "AT_COUNTER"); in EAP_ATTRIBUTE_STRING.put() argument718 super(EAP_AT_COUNTER, lengthInBytes); in AtCounter()729 super(EAP_AT_COUNTER, ATTR_LENGTH); in AtCounter()
23 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_COUNTER;498 if (securedAttrKeySet.contains(EAP_AT_COUNTER) in validateReauthAkaNotifyAndGetCounter()502 return ((EapSimAkaAttribute.AtCounter) securedAttributes.get(EAP_AT_COUNTER)) in validateReauthAkaNotifyAndGetCounter()
33 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_COUNTER;814 ((EapSimAkaAttribute.AtCounter) securedAttributes.get(EAP_AT_COUNTER)).counter; in handleReauthentication()894 return attrs.contains(EAP_AT_COUNTER) && attrs.contains(EAP_AT_NONCE_S); in isValidReauthSecuredAttributes()
61 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_COUNTER;751 AtCounter atCounter = (AtCounter) attributesMap.get(EAP_AT_COUNTER); in testRetrieveSecuredAttributes()