Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DInetAddress.java215 return getAllByNameImpl(host, NETID_UNSET).clone(); in getAllByName()
229 return getAllByNameImpl(host, netId).clone(); in getAllByNameOnNet()
237 …private static InetAddress[] getAllByNameImpl(String host, int netId) throws UnknownHostException { in getAllByNameImpl() method in InetAddress
305 return getAllByNameImpl(host, NETID_UNSET)[0]; in getByName()
320 return getAllByNameImpl(host, netId)[0]; in getByNameOnNet()