Home
last modified time | relevance | path

Searched refs:attributeIp4Address (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayloadTest.java413 ConfigAttributeIpv4Address attributeIp4Address = in testDecodeIpv4AddressWithValue() local
416 assertEquals(CONFIG_ATTR_INTERNAL_IP4_ADDRESS, attributeIp4Address.attributeType); in testDecodeIpv4AddressWithValue()
417 assertEquals(IPV4_ADDRESS, attributeIp4Address.address); in testDecodeIpv4AddressWithValue()
422 ConfigAttributeIpv4Address attributeIp4Address = in testDecodeIpv4AddressWithoutValue() local
425 assertEquals(CONFIG_ATTR_INTERNAL_IP4_ADDRESS, attributeIp4Address.attributeType); in testDecodeIpv4AddressWithoutValue()
426 assertNull(attributeIp4Address.address); in testDecodeIpv4AddressWithoutValue()
434 ConfigAttributeIpv4Address attributeIp4Address = in testDecodeIpv4AddressWithInvalidValue() local
443 ConfigAttributeIpv4Address attributeIp4Address = in testEncodeIpv4AddressWithValue() local
447 attributeIp4Address, in testEncodeIpv4AddressWithValue()
465 ConfigAttributeIpv4Address attributeIp4Address = new ConfigAttributeIpv4Address(); in testEncodeIpv4AddressWithoutValue() local
[all …]