Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/util/
DDnsUtilsTest.java19 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()
/frameworks/base/core/java/android/net/util/
DDnsUtils.java57 public static final int IPV6_ADDR_SCOPE_GLOBAL = 0x0e; field in DnsUtils
269 return IPV6_ADDR_SCOPE_GLOBAL; in findScope()
279 return IPV6_ADDR_SCOPE_GLOBAL; in findScope()