Searched refs:MAX_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance
67 private static final int MAX_CACHE_SIZE = 3; field in CellBroadcastChannelManager401 if (sAllCellBroadcastChannelRangesPerOperator.size() == MAX_CACHE_SIZE) { in initAsNeeded()413 if (sAllCellBroadcastChannelRangesPerSub.size() == MAX_CACHE_SIZE) { in initAsNeeded()
74 private static final int MAX_CACHE_SIZE = 50; field in AndroidWordLevelSpellCheckerSession.SuggestionsCache76 new LruCache<>(MAX_CACHE_SIZE);
130 private static final int MAX_CACHE_SIZE = 50; field in SatelliteAccessController191 return size() > MAX_CACHE_SIZE;