Searched refs:MAX_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
48 private static final int MAX_CACHE_SIZE = 100; field in ConversationItemViewModel52 = new LruCache<Pair<String, Long>, ConversationItemViewModel>(MAX_CACHE_SIZE);
74 private static final int MAX_CACHE_SIZE = 50; field in AndroidWordLevelSpellCheckerSession.SuggestionsCache76 new LruCache<>(MAX_CACHE_SIZE);