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

/libcore/luni/src/main/java/java/net/
H A DAddressCache.java34 private static final int MAX_ENTRIES = 16; field in class:AddressCache
41 = new BasicLruCache<AddressCacheKey, AddressCacheEntry>(MAX_ENTRIES);

Completed in 134 milliseconds