Searched refs:EAP_AT_ENCR_DATA (Results 1 – 5 of 5) sorted by relevance
30 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_ENCR_DATA;166 mAttributes.put(EAP_AT_ENCR_DATA, null); // just need <K, V> pair in the map in testIsValidStartAttributesInvalidAttributes()
56 import static com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EAP_AT_ENCR_DATA;531 EAP_AT_ENCR_DATA, AT_ENCR_DATA_LENGTH, hexStringToByteArray(ENCR_DATA)); in testIsValidMac()
24 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_ENCR_DATA;312 || attrs.contains(EAP_AT_ENCR_DATA)) { in isValidStartAttributes()
32 import static com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EAP_AT_ENCR_DATA;296 || attrs.contains(EAP_AT_ENCR_DATA)) { in isValidIdentityAttributes()
77 public static final int EAP_AT_ENCR_DATA = 130; field in EapSimAkaAttribute108 EAP_ATTRIBUTE_STRING.put(EAP_AT_ENCR_DATA, "AT_ENCR_DATA"); in EAP_ATTRIBUTE_STRING.put() argument