Searched refs:IPV6_ADDR_SCOPE_GLOBAL (Results 1 – 3 of 3) sorted by relevance
19 import static android.net.util.DnsUtils.IPV6_ADDR_SCOPE_GLOBAL;115 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV4SortableAddress()136 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()145 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()155 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()186 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()192 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()198 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()204 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()216 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()
55 public static final int IPV6_ADDR_SCOPE_GLOBAL = 0x0e; field in DnsUtils267 return IPV6_ADDR_SCOPE_GLOBAL; in findScope()277 return IPV6_ADDR_SCOPE_GLOBAL; in findScope()
1048 return IPV6_ADDR_SCOPE_GLOBAL; in _get_scope()1062 return IPV6_ADDR_SCOPE_GLOBAL; in _get_scope()