Searched refs:EapSimAkaUnsupportedAttribute (Results 1 – 6 of 6) sorted by relevance
30 … com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EapSimAkaUnsupportedAttribute;59 assertTrue(result instanceof EapSimAkaUnsupportedAttribute); in testDecodeInvalidSkippable()60 EapSimAkaUnsupportedAttribute unsupportedAttribute = (EapSimAkaUnsupportedAttribute) result; in testDecodeInvalidSkippable()68 EapSimAkaUnsupportedAttribute unsupportedAttribute = new EapSimAkaUnsupportedAttribute( in testEncodeInvalidSkippable()
47 … com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EapSimAkaUnsupportedAttribute;137 assertTrue(entry.getValue() instanceof EapSimAkaUnsupportedAttribute); in testDecodeWithOptionalAttributes()145 assertTrue(entry.getValue() instanceof EapSimAkaUnsupportedAttribute); in testDecodeWithOptionalAttributes()
112 … com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.EapSimAkaUnsupportedAttribute;523 EapSimAkaUnsupportedAttribute atCheckcode = in testIsValidMac()524 new EapSimAkaUnsupportedAttribute( in testIsValidMac()526 EapSimAkaUnsupportedAttribute atIv = in testIsValidMac()527 new EapSimAkaUnsupportedAttribute( in testIsValidMac()529 EapSimAkaUnsupportedAttribute atEncrData = in testIsValidMac()530 new EapSimAkaUnsupportedAttribute( in testIsValidMac()
29 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EapSimAkaUnsupportedAttribute;146 if (attribute instanceof EapSimAkaUnsupportedAttribute) { in decode()
47 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.EapSimAkaUnsupportedAttribute;106 return new EapSimAkaUnsupportedAttribute( in getAttribute()
212 public static class EapSimAkaUnsupportedAttribute extends EapSimAkaAttribute { class in EapSimAkaAttribute218 public EapSimAkaUnsupportedAttribute( in EapSimAkaUnsupportedAttribute() method in EapSimAkaAttribute.EapSimAkaUnsupportedAttribute231 public EapSimAkaUnsupportedAttribute(int attributeType, int lengthInBytes, byte[] data) in EapSimAkaUnsupportedAttribute() method in EapSimAkaAttribute.EapSimAkaUnsupportedAttribute