Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/net/
DInetAddress.annotated.java87 @libcore.util.NonNull public static java.net.InetAddress[] getAllByNameOnNet(@libcore.util.Nullable… in getAllByNameOnNet() method in InetAddress
/libcore/ojluni/annotations/mmodule/java/net/
DInetAddress.annotated.java103 public static java.net.InetAddress[] getAllByNameOnNet(java.lang.String host, int netId) throws jav… in getAllByNameOnNet() method in InetAddress
/libcore/ojluni/annotations/hiddenapi/java/net/
DInetAddress.java223 public static java.net.InetAddress[] getAllByNameOnNet(java.lang.String host, int netId) in getAllByNameOnNet() method in InetAddress
/libcore/ojluni/src/main/java/java/net/
DInetAddress.java1683 …public static InetAddress[] getAllByNameOnNet(String host, int netId) throws UnknownHostException { in getAllByNameOnNet() method in InetAddress
/libcore/luni/src/test/java/libcore/java/net/
DInetAddressTest.java362 InetAddress.getAllByNameOnNet(valid, 0 /* NETID_UNSET */); in test_getByName_valid()
/libcore/api/
Dmodule-lib-current.txt426 …method @NonNull public static java.net.InetAddress[] getAllByNameOnNet(@Nullable String, int) thro…