Searched refs:getAllByNameOnNet (Results 1 – 6 of 6) sorted by relevance
87 @libcore.util.NonNull public static java.net.InetAddress[] getAllByNameOnNet(@libcore.util.Nullable… in getAllByNameOnNet() method in InetAddress
103 public static java.net.InetAddress[] getAllByNameOnNet(java.lang.String host, int netId) throws jav… in getAllByNameOnNet() method in InetAddress
223 public static java.net.InetAddress[] getAllByNameOnNet(java.lang.String host, int netId) in getAllByNameOnNet() method in InetAddress
1683 …public static InetAddress[] getAllByNameOnNet(String host, int netId) throws UnknownHostException { in getAllByNameOnNet() method in InetAddress
362 InetAddress.getAllByNameOnNet(valid, 0 /* NETID_UNSET */); in test_getByName_valid()
426 …method @NonNull public static java.net.InetAddress[] getAllByNameOnNet(@Nullable String, int) thro…