Searched refs:IPV6_ADDR_SCOPE_GLOBAL (Results 1 – 2 of 2) sorted by relevance
19 import static android.net.util.DnsUtils.IPV6_ADDR_SCOPE_GLOBAL;111 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV4SortableAddress()132 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()141 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()151 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()182 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()188 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()194 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()200 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()212 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()
57 public static final int IPV6_ADDR_SCOPE_GLOBAL = 0x0e; field in DnsUtils269 return IPV6_ADDR_SCOPE_GLOBAL; in findScope()279 return IPV6_ADDR_SCOPE_GLOBAL; in findScope()