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