Searched refs:EAP_AT_SELECTED_VERSION (Results 1 – 3 of 3) sorted by relevance
21 …port static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_SELECTED_VERSION;76 case EAP_AT_SELECTED_VERSION: in getAttribute()
65 public static final int EAP_AT_SELECTED_VERSION = 16; field in EapSimAkaAttribute98 EAP_ATTRIBUTE_STRING.put(EAP_AT_SELECTED_VERSION, "AT_SELECTED_VERSION"); in EAP_ATTRIBUTE_STRING.put() argument308 super(EAP_AT_SELECTED_VERSION, LENGTH); in AtSelectedVersion()318 super(EAP_AT_SELECTED_VERSION, LENGTH); in AtSelectedVersion()
19 …static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_SELECTED_VERSION;59 assertEquals(EAP_AT_SELECTED_VERSION, atSelectedVersion.attributeType); in testDecode()