Searched defs:maxEntries (Results 1 – 3 of 3) sorted by relevance
240 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local297 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local316 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local338 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
34 PatchCache::PatchCache(uint32_t maxEntries): mMaxEntries(maxEntries) { in PatchCache()
229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()