Searched refs:MAX_CACHE_SIZE (Results 1 – 5 of 5) sorted by relevance
74 private static final int MAX_CACHE_SIZE = 50; field in AndroidWordLevelSpellCheckerSession.SuggestionsCache76 new LruCache<>(MAX_CACHE_SIZE);
75 private val insetsCache = LruCache<CacheKey, Rect>(MAX_CACHE_SIZE)290 private const val MAX_CACHE_SIZE = 16
176 private static final int MAX_CACHE_SIZE = 4; field in SubscriptionManager188 super(MAX_CACHE_SIZE, cacheKeyProperty); in VoidPropertyInvalidatedCache()222 super(MAX_CACHE_SIZE, cacheKeyProperty); in IntegerPropertyInvalidatedCache()
663 private static final int MAX_CACHE_SIZE = 100; field in TextClassificationManagerService.SessionCache670 mCache = new LruCache<>(MAX_CACHE_SIZE);
139 proto->write(MAX_CACHE_SIZE, int32_t(mMaxCacheSize)); in dump()