Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInetAddress.java1051 private static InetAddress getByAddress(String host, byte[] addr, int scopeId) in getByAddress() argument
1067 return new Inet6Address(host, addr, scopeId); in getByAddress()
/libcore/ojluni/annotations/hiddenapi/java/net/
DInetAddress.java139 java.lang.String host, byte[] addr, int scopeId) throws java.net.UnknownHostException { in getByAddress() argument