Searched refs:MAX_CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance
47 private static final int MAX_CACHE_SIZE = 500; field in WapPushCache57 return size() > MAX_CACHE_SIZE;
83 private val insetsCache = LruCache<CacheKey, Rect>(MAX_CACHE_SIZE) in <lambda>()382 private const val MAX_CACHE_SIZE = 16 in onStatusBarContentInsetsChanged() constant
673 private static final int MAX_CACHE_SIZE = 100; field in TextClassificationManagerService.SessionCache696 mCache = new LruCache<>(MAX_CACHE_SIZE) {
138 proto->write(MAX_CACHE_SIZE, int32_t(mMaxCacheSize)); in dump()