Searched defs:getAllByName (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/net/
H A DNetwork.java97 * Operates the same as {@code InetAddress.getAllByName} except that host
104 public InetAddress[] getAllByName(String host) throws UnknownHostException { method in class:Network
136 InetAddress[] hostAddresses = getAllByName(host);
226 return Network.this.getAllByName(host);

Completed in 107 milliseconds