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 | 26 …static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 86 assertEquals(EAP_AT_PERMANENT_ID_REQ, (int) pair.getKey()); in testConstructor() 101 assertTrue(eapSimTypeData.attributeMap.containsKey(EAP_AT_PERMANENT_ID_REQ)); in testDecode() 106 assertEquals(EAP_AT_PERMANENT_ID_REQ, (int) itr.next()); in testDecode() 160 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 | 33 …static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 131 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testIsValidStartAttributes() 138 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testIsValidStartAttributesMissingVersionList() 146 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testIsValidStartAttributesMultipleIdRequests() 155 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testIsValidStartAttributesInvalidAttributes() 192 mAttributes.put(EAP_AT_PERMANENT_ID_REQ, new AtPermanentIdReq()); in testAddIdentityAttributeToResponseImsiUnavailable()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
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()
|
D | EapSimAkaAttribute.java | 59 public static final int EAP_AT_PERMANENT_ID_REQ = 10; field in EapSimAkaAttribute 92 EAP_ATTRIBUTE_STRING.put(EAP_AT_PERMANENT_ID_REQ, "AT_PERMANENT_ID_REQ"); in EAP_ATTRIBUTE_STRING.put() argument 408 super(lengthInBytes, EAP_AT_PERMANENT_ID_REQ, byteBuffer); in AtPermanentIdReq() 413 super(EAP_AT_PERMANENT_ID_REQ); in AtPermanentIdReq()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/ |
D | AtIdReqTest.java | 21 …static com.android.internal.net.eap.test.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 | 28 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 296 if (attrs.contains(EAP_AT_PERMANENT_ID_REQ)) { in isValidStartAttributes() 325 if (attributes.contains(EAP_AT_PERMANENT_ID_REQ) in getIdentityResponse()
|
D | EapAkaMethodStateMachine.java | 36 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_PERMANENT_ID_REQ; 285 idRequests += attrs.contains(EAP_AT_PERMANENT_ID_REQ) ? 1 : 0; in isValidIdentityAttributes()
|