HomeSort by relevance Sort by last modified time
    Searched full:addresscache (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/net/
AddressCache.java 28 class AddressCache {
67 public AddressCache() {
InetAddress.java 137 private static final AddressCache addressCache = new AddressCache();
490 InetAddress[] cachedResult = addressCache.get(host);
502 addressCache.put(host, addresses);
505 addressCache.putUnknownHost(host);
    [all...]
  /frameworks/base/
preloaded-classes     [all...]

Completed in 144 milliseconds