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;97 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV4SortableAddress()118 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()127 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()137 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()168 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()174 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()180 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()186 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()198 assertEquals(test.scope, IPV6_ADDR_SCOPE_GLOBAL); in testV6SortableAddress()
57 public static final int IPV6_ADDR_SCOPE_GLOBAL = 0x0e; field in DnsUtils266 return IPV6_ADDR_SCOPE_GLOBAL; in findScope()276 return IPV6_ADDR_SCOPE_GLOBAL; in findScope()