Home
last modified time | relevance | path

Searched defs:maxEntries (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/utils/tests/
DBlobCache_test.cpp240 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
297 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
316 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
338 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
/frameworks/base/libs/hwui/
DPatchCache.cpp34 PatchCache::PatchCache(uint32_t maxEntries): mMaxEntries(maxEntries) { in PatchCache()
/frameworks/base/core/java/android/provider/
DSearchRecentSuggestions.java229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()