Searched refs:MAX_ENTRIES (Results 1 – 6 of 6) sorted by relevance
35 private static final int MAX_ENTRIES = 64; field in ChangeIdStateCache41 super(MAX_ENTRIES, CACHE_KEY); in ChangeIdStateCache()
36 private static final int MAX_ENTRIES = 16; field in VirtualDeviceLog71 if (mLogEntries.size() > MAX_ENTRIES) { in addEntry()
165 static constexpr size_t MAX_ENTRIES = 64;
292 while (mQueue.size() >= MAX_ENTRIES) { in push()
944 private static final int MAX_ENTRIES = 1000; // limit our memory for now.947 if (size() <= MAX_ENTRIES) return false;949 + MAX_ENTRIES + " removing " + eldest.getKey()); // don't silently remove.