Home
last modified time | relevance | path

Searched refs:EAP_AT_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtNotificationTest.java21 …ort static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_NOTIFICATION;
64 assertEquals(EAP_AT_NOTIFICATION, atNotification.attributeType); in testDecode()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java27 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_NOTIFICATION;
99 case EAP_AT_NOTIFICATION: in getAttribute()
DEapSimAkaAttribute.java61 public static final int EAP_AT_NOTIFICATION = 12; field in EapSimAkaAttribute
94 EAP_ATTRIBUTE_STRING.put(EAP_AT_NOTIFICATION, "AT_NOTIFICATION"); in EAP_ATTRIBUTE_STRING.put() argument
822 super(EAP_AT_NOTIFICATION, lengthInBytes); in AtNotification()
843 super(EAP_AT_NOTIFICATION, ATTR_LENGTH); in AtNotification()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java23 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_NOTIFICATION;
307 (AtNotification) eapSimAkaTypeData.attributeMap.get(EAP_AT_NOTIFICATION); in handleEapSimAkaNotification()