Home
last modified time | relevance | path

Searched refs:getScopedInterface (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/net/
DInet6Address.annotated.java64 public java.net.NetworkInterface getScopedInterface() { throw new RuntimeException("Stub!"); } in getScopedInterface() method in Inet6Address
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInet6AddressTest.java765 assertNull(v6Addr.getScopedInterface()); in test_getScopedInterface()
844 assertEquals(initAddr.getScopedInterface(), desrAddr
845 .getScopedInterface());
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java156 public java.net.NetworkInterface getScopedInterface() { in getScopedInterface() method in Inet6Address
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java882 public NetworkInterface getScopedInterface() { in getScopedInterface() method in Inet6Address