Home
last modified time | relevance | path

Searched refs:getScopeId (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInet6AddressTest.java750 assertEquals(3, v6ia.getScopeId()); in test_getScopeID()
753 assertEquals(0, v6ia.getScopeId()); in test_getScopeID()
756 assertEquals(0, v6ia.getScopeId()); in test_getScopeID()
843 assertEquals(initAddr.getScopeId(), desrAddr.getScopeId());
/libcore/ojluni/annotations/mmodule/java/net/
DInet6Address.annotated.java62 public int getScopeId() { throw new RuntimeException("Stub!"); } in getScopeId() method in Inet6Address
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java573 return ia6_addr.getScopeId(); in deriveNumericScope()
879 public int getScopeId() { in getScopeId() method in Inet6Address
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java152 public int getScopeId() { in getScopeId() method in Inet6Address
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java131 if (inet6Address.getScopeId() == 0 && inet6Address.isLinkLocalAddress()) { in bind()
/libcore/api/
Dcurrent.txt5146 method public int getScopeId();