Searched refs:UnrecognizedAttribute (Results 1 – 2 of 2) sorted by relevance
1214 if (attr instanceof UnrecognizedAttribute) { in hasUnrecognizedAttribute()1753 return new Pair(new UnrecognizedAttribute(type, value), length); in readFrom()1795 protected static final class UnrecognizedAttribute extends Attribute { class in IkeSaPayload1796 protected UnrecognizedAttribute(int type, byte[] value) { in UnrecognizedAttribute() method in IkeSaPayload.UnrecognizedAttribute
62 import com.android.internal.net.ipsec.ike.message.IkeSaPayload.UnrecognizedAttribute;584 Attribute attributeUnrecognized = new UnrecognizedAttribute(1, new byte[0]); in testDecodeTransformWithUnrecogniedAttributeType()