Searched refs:attributeList (Results 1 – 8 of 8) sorted by relevance
126 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithNetmaskAttr() local127 attributeList.add(mIpv4Attr); in testBuildWithNetmaskAttr()128 attributeList.add(mNetmaskAttr); in testBuildWithNetmaskAttr()129 attributeList.add(mIpv6Attr); in testBuildWithNetmaskAttr()131 IkeConfigPayload configPayload = new IkeConfigPayload(true /*isReply*/, attributeList); in testBuildWithNetmaskAttr()154 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithoutNetmaskAttr() local155 attributeList.add(mIpv4Attr); in testBuildWithoutNetmaskAttr()156 attributeList.add(mIpv6Attr); in testBuildWithoutNetmaskAttr()158 IkeConfigPayload configPayload = new IkeConfigPayload(true /*isReply*/, attributeList); in testBuildWithoutNetmaskAttr()178 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithConfigReq() local[all …]
106 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithConfigPayload() local107 attributeList.add(new ConfigAttributeIpv4Pcscf(PCSCF_IPV4_ADDRESS)); in testBuildWithConfigPayload()108 attributeList.add(new ConfigAttributeIpv6Pcscf(PCSCF_IPV6_ADDRESS)); in testBuildWithConfigPayload()109 attributeList.add(new ConfigAttributeAppVersion(REMOTE_APP_VERSION)); in testBuildWithConfigPayload()111 IkeConfigPayload configPayload = new IkeConfigPayload(true /*isReply*/, attributeList); in testBuildWithConfigPayload()
1064 protected Transform(int type, int id, List<Attribute> attributeList) { in Transform() argument1068 isSupportedTransformId(id) && !hasUnrecognizedAttribute(attributeList); in Transform()1091 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() local1093 validateAttributeUniqueness(attributeList); in readFrom()1097 return new EncryptionTransform(id, attributeList); in readFrom()1099 return new PrfTransform(id, attributeList); in readFrom()1101 return new IntegrityTransform(id, attributeList); in readFrom()1103 return new DhGroupTransform(id, attributeList); in readFrom()1105 return new EsnTransform(id, attributeList); in readFrom()1107 return new UnrecognizedTransform(type, id, attributeList); in readFrom()[all …]
129 public IkeConfigPayload(boolean isReply, List<ConfigAttribute> attributeList) { in IkeConfigPayload() argument132 this.recognizedAttributeList = attributeList; in IkeConfigPayload()
317 List<Attribute> attributeList = new ArrayList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local319 attributeList.add(keyLengAttr); in testDecodeEncryptionTransformWithInvalidKeyLength()321 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeEncryptionTransformWithInvalidKeyLength()558 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithRepeatedAttribute() local559 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()560 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()562 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeTransformWithRepeatedAttribute()591 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithUnrecogniedAttributeType() local592 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithUnrecogniedAttributeType()594 attributeList.add(attributeUnrecognized); in testDecodeTransformWithUnrecogniedAttributeType()[all …]
822 List<EapSimAkaAttribute> attributeList = in handleReauthentication() local829 attributeList, in handleReauthentication()861 List<EapSimAkaAttribute> attributeList = in handleReauthentication() local868 attributeList, in handleReauthentication()
590 List<EapSimAkaAttribute> attributeList = in handleEapSimAkaNotification() local596 attributeList, in handleEapSimAkaNotification()
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...