Home
last modified time | relevance | path

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

/frameworks/base/tests/net/common/java/android/net/
DLinkPropertiesTest.java77 private static final InetAddress PCSCFV6 = address("2001:0db8:85a3:0000:0000:8a2e:0370:1"); field in LinkPropertiesTest
150 lp.addPcscfServer(PCSCFV6); in makeTestObject()
244 source.addPcscfServer(PCSCFV6); in testEqualsSameOrder()
258 target.addPcscfServer(PCSCFV6); in testEqualsSameOrder()
272 target.addPcscfServer(PCSCFV6); in testEqualsSameOrder()
285 target.addPcscfServer(PCSCFV6); in testEqualsSameOrder()
298 target.addPcscfServer(PCSCFV6); in testEqualsSameOrder()
1139 lp.addPcscfServer(PCSCFV6); in testPcscfServers()
1141 assertEquals(PCSCFV6, lp.getPcscfServers().get(0)); in testPcscfServers()