Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2251 List<InetAddress> pcscfAddressList = sessionConfig.getPcscfServers(); in verifyAuthenticationCommonAndGetIkeMessage() local
2252 assertEquals(3, pcscfAddressList.size()); in verifyAuthenticationCommonAndGetIkeMessage()
2253 assertTrue(pcscfAddressList.contains(InetAddress.getByName(PCSCF_IPV6_ADDRESS1))); in verifyAuthenticationCommonAndGetIkeMessage()
2254 assertTrue(pcscfAddressList.contains(InetAddress.getByName(PCSCF_IPV6_ADDRESS2))); in verifyAuthenticationCommonAndGetIkeMessage()
2255 assertTrue(pcscfAddressList.contains(InetAddress.getByName(PCSCF_IPV6_ADDRESS3))); in verifyAuthenticationCommonAndGetIkeMessage()