Searched refs:IPV4_PCSCF_ADDR (Results 1 – 1 of 1) sorted by relevance
136 private static final Inet4Address IPV4_PCSCF_ADDR = field in IkeConfigPayloadTest239 assertEquals(IPV4_PCSCF_ADDR, ((ConfigAttributeIpv4Pcscf) att).address); in testDecodeConfigRequest()276 assertEquals(IPV4_PCSCF_ADDR, ((ConfigAttributeIpv4Pcscf) att).address); in testDecodeConfigResponse()670 ConfigAttributeIpv4Pcscf attribute = new ConfigAttributeIpv4Pcscf(IPV4_PCSCF_ADDR); in testConstructIpv4PcscfWithValue()673 assertEquals(IPV4_PCSCF_ADDR, attribute.address); in testConstructIpv4PcscfWithValue()687 new ConfigAttributeIpv4Pcscf(IPV4_PCSCF_ADDR.getAddress()); in testDecodeIpv4PcscfWithValue()690 assertEquals(IPV4_PCSCF_ADDR, attribute.address); in testDecodeIpv4PcscfWithValue()703 ConfigAttributeIpv4Pcscf attribute = new ConfigAttributeIpv4Pcscf(IPV4_PCSCF_ADDR); in testEncodeIpv4PcscfWithValue()706 attribute, CONFIG_ATTR_IP4_PCSCF, IPV4_PCSCF_ATTRIBUTE_WITH_VALUE, IPV4_PCSCF_ADDR); in testEncodeIpv4PcscfWithValue()723 new ConfigAttributeIpv4Pcscf(IPV4_PCSCF_ADDR)); in testPersistableBundleEncodeDecodeIpv4PcscfConfig()