Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSimpleCache.java29 public SimpleCache(final int maxEntries) { in SimpleCache()
/frameworks/native/opengl/libs/EGL/
DBlobCache_test.cpp249 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
306 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
325 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
347 const int maxEntries = MAX_TOTAL_SIZE / 2; in TEST_F() local
/frameworks/base/core/java/android/provider/
DSearchRecentSuggestions.java229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory()