Searched refs:EAP_AT_RES (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_RES;85 case EAP_AT_RES: in getAttribute()
68 public static final int EAP_AT_RES = 3; field in EapSimAkaAttribute101 EAP_ATTRIBUTE_STRING.put(EAP_AT_RES, "AT_RES"); in EAP_ATTRIBUTE_STRING.put() argument996 super(EAP_AT_RES, lengthInBytes); in AtRes()1019 super(EAP_AT_RES, lengthInBytes); in AtRes()
19 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_RES;57 assertEquals(EAP_AT_RES, atRes.attributeType); in testDecode()
31 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_RES;98 assertEquals(EAP_AT_RES, (int) entry.getKey()); in testDecode()