Searched refs:EAP_AT_ENCR_DATA (Results 1 – 4 of 4) sorted by relevance
29 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_ENCR_DATA;165 mAttributes.put(EAP_AT_ENCR_DATA, null); // just need <K, V> pair in the map in testIsValidStartAttributesInvalidAttributes()
23 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_ENCR_DATA;311 || attrs.contains(EAP_AT_ENCR_DATA)) { in isValidStartAttributes()
31 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_ENCR_DATA;294 || attrs.contains(EAP_AT_ENCR_DATA)) { in isValidIdentityAttributes()
76 public static final int EAP_AT_ENCR_DATA = 130; field in EapSimAkaAttribute107 EAP_ATTRIBUTE_STRING.put(EAP_AT_ENCR_DATA, "AT_ENCR_DATA"); in EAP_ATTRIBUTE_STRING.put() argument