Home
last modified time | relevance | path

Searched refs:IPV6_PCSCF_ADDR (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.java167 private static final Inet6Address IPV6_PCSCF_ADDR = field in IkeConfigPayloadTest
243 assertEquals(IPV6_PCSCF_ADDR, ((ConfigAttributeIpv6Pcscf) att).address); in testDecodeConfigRequest()
280 assertEquals(IPV6_PCSCF_ADDR, ((ConfigAttributeIpv6Pcscf) att).address); in testDecodeConfigResponse()
872 ConfigAttributeIpv6Pcscf attribute = new ConfigAttributeIpv6Pcscf(IPV6_PCSCF_ADDR); in testConstructIpv6PcscfWithValue()
875 assertEquals(IPV6_PCSCF_ADDR, attribute.address); in testConstructIpv6PcscfWithValue()
889 new ConfigAttributeIpv6Pcscf(IPV6_PCSCF_ADDR.getAddress()); in testDecodeIpv6PcscfWithValue()
892 assertEquals(IPV6_PCSCF_ADDR, attribute.address); in testDecodeIpv6PcscfWithValue()
905 ConfigAttributeIpv6Pcscf attribute = new ConfigAttributeIpv6Pcscf(IPV6_PCSCF_ADDR); in testEncodeIpv6PcscfWithValue()
908 attribute, CONFIG_ATTR_IP6_PCSCF, IPV6_PCSCF_ATTRIBUTE_WITH_VALUE, IPV6_PCSCF_ADDR); in testEncodeIpv6PcscfWithValue()
925 new ConfigAttributeIpv6Pcscf(IPV6_PCSCF_ADDR)); in testPersistableBundleEncodeDecodeIpv6PscsfConfig()