Searched refs:EAP_AT_PERMANENT_ID_REQ (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimTypeDataTest.java | 25 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 78 assertEquals(EAP_AT_PERMANENT_ID_REQ, (int) pair.getKey()); in testConstructor() 93 assertTrue(eapSimTypeData.attributeMap.containsKey(EAP_AT_PERMANENT_ID_REQ)); in testDecode() 98 assertEquals(EAP_AT_PERMANENT_ID_REQ, (int) itr.next()); in testDecode() 143 attributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testEncode()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimStartStateTest.java | 32 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 130 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testIsValidStartAttributes() 137 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testIsValidStartAttributesMissingVersionList() 145 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testIsValidStartAttributesMultipleIdRequests() 154 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testIsValidStartAttributesInvalidAttributes() 191 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testAddIdentityAttributeToResponseImsiUnavailable()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaAttribute.java | 58 public static final int EAP_AT_PERMANENT_ID_REQ = 10; field in EapSimAkaAttribute 91 EAP_ATTRIBUTE_STRING.put(EAP_AT_PERMANENT_ID_REQ, "AT_PERMANENT_ID_REQ"); in EAP_ATTRIBUTE_STRING.put() argument 362 super(lengthInBytes, EAP_AT_PERMANENT_ID_REQ, byteBuffer); in AtPermanentIdReq() 367 super(EAP_AT_PERMANENT_ID_REQ); in AtPermanentIdReq()
|
D | EapSimAkaAttributeFactory.java | 29 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 81 case EAP_AT_PERMANENT_ID_REQ: in getAttribute()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/ |
D | AtIdReqTest.java | 21 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 65 assertEquals(EAP_AT_PERMANENT_ID_REQ, atPermanentIdReq.attributeType); in testDecodeAtPermanentIdReq()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimMethodStateMachine.java | 27 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 295 if (attrs.contains(EAP_AT_PERMANENT_ID_REQ)) { in isValidStartAttributes() 324 if (attributes.contains(EAP_AT_PERMANENT_ID_REQ) in getIdentityResponse()
|
D | EapAkaMethodStateMachine.java | 35 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 283 idRequests += attrs.contains(EAP_AT_PERMANENT_ID_REQ) ? 1 : 0; in isValidIdentityAttributes()
|