Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java79 private static final AddressCache addressCache = new AddressCache(); field in Inet6AddressImpl
117 Object cachedResult = addressCache.get(host, netId); in lookupHostByName()
141 addressCache.put(host, netId, addresses); in lookupHostByName()
155 addressCache.putUnknownHost(host, netId, detailMessage); in lookupHostByName()
169 addressCache.clear(); in clearAddressCache()
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6AddressImpl.java85 private static final java.net.AddressCache addressCache; field in Inet6AddressImpl
88 addressCache = null;