Home
last modified time | relevance | path

Searched defs:attributeList (Results 1 – 8 of 8) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DChildSessionConfigurationTest.java126 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithNetmaskAttr() local
154 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithoutNetmaskAttr() local
178 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithConfigReq() local
194 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithDnsAttr() local
221 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithSubnetAttr() local
247 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithDhcpAttr() local
DIkeSessionConfigurationTest.java106 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithConfigPayload() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java1063 protected Transform(int type, int id, List<Attribute> attributeList) { in Transform()
1090 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() local
1139 private static void validateAttributeUniqueness(List<Attribute> attributeList) in validateAttributeUniqueness()
1151 protected abstract boolean hasUnrecognizedAttribute(List<Attribute> attributeList); in hasUnrecognizedAttribute()
1251 protected EncryptionTransform(int id, List<Attribute> attributeList) in EncryptionTransform()
1298 protected boolean hasUnrecognizedAttribute(List<Attribute> attributeList) { in hasUnrecognizedAttribute()
1307 private KeyLengthAttribute getKeyLengthAttribute(List<Attribute> attributeList) { in getKeyLengthAttribute()
1424 protected PrfTransform(int id, List<Attribute> attributeList) in PrfTransform()
1448 protected boolean hasUnrecognizedAttribute(List<Attribute> attributeList) { in hasUnrecognizedAttribute()
1505 protected IntegrityTransform(int id, List<Attribute> attributeList) in IntegrityTransform()
[all …]
DIkeConfigPayload.java129 public IkeConfigPayload(boolean isReply, List<ConfigAttribute> attributeList) { in IkeConfigPayload()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java316 List<Attribute> attributeList = new ArrayList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local
557 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithRepeatedAttribute() local
590 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithUnrecogniedAttributeType() local
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfo.java519 public void addLogAttributes(List<LauncherAtom.Attribute> attributeList) { in addLogAttributes()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaMethodStateMachine.java822 List<EapSimAkaAttribute> attributeList = in handleReauthentication() local
861 List<EapSimAkaAttribute> attributeList = in handleReauthentication() local
DEapSimAkaMethodStateMachine.java590 List<EapSimAkaAttribute> attributeList = in handleEapSimAkaNotification() local