Searched defs:maxEntries (Results 1 – 3 of 3) sorted by relevance
29 public SimpleCache(final int maxEntries) { in SimpleCache()
249 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local306 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local325 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local347 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()