Searched refs:getByNameOnNet (Results 1 – 6 of 6) sorted by relevance
85 @libcore.util.NonNull public static java.net.InetAddress getByNameOnNet(@libcore.util.Nullable java… in getByNameOnNet() method in InetAddress
100 public static java.net.InetAddress getByNameOnNet(java.lang.String host, int netId) throws java.net… in getByNameOnNet() method in InetAddress
217 public static java.net.InetAddress getByNameOnNet(java.lang.String host, int netId) in getByNameOnNet() method in InetAddress
1669 public static InetAddress getByNameOnNet(String host, int netId) throws UnknownHostException { in getByNameOnNet() method in InetAddress
337 InetAddress.getByNameOnNet(invalid, 0 /* NETID_UNSET */); in test_getByName_invalid()
447 …method @NonNull public static java.net.InetAddress getByNameOnNet(@Nullable String, int) throws ja…