Searched refs:getAllByName (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/net/java/android/net/dns/
H A DResolvUtil.java76 public InetAddress[] getAllByName(String host) throws UnknownHostException {
/frameworks/base/core/java/android/net/
H A DNetwork.java88 // A boolean to control how getAllByName()/getByName() behaves in the face
118 * Operates the same as {@code InetAddress.getAllByName} except that host
125 public InetAddress[] getAllByName(String host) throws UnknownHostException { method in class:Network
145 * to use {@link getAllByName()}/{@link getByName()} methods on the given
182 InetAddress[] hostAddresses = getAllByName(host);
296 Dns dnsLookup = hostname -> Arrays.asList(Network.this.getAllByName(hostname));
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java833 final InetAddress[] ips = mNetworkAgentInfo.network().getAllByName(host);
840 // Limits the list of IP addresses returned by getAllByName or tried by openConnection to at
849 public InetAddress[] getAllByName(String host) throws UnknownHostException { method in class:NetworkMonitor.OneAddressPerFamilyNetwork
1049 InetAddress[] addresses = mNetwork.getAllByName(host);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java165 for (InetAddress remote : InetAddress.getAllByName(server)) {
/frameworks/base/config/
H A Dboot-image-profile.txt3709 HPLandroid/net/Network;->getAllByName(Ljava/lang/String;)[Ljava/net/InetAddress;
[all...]

Completed in 168 milliseconds