Home
last modified time | relevance | path

Searched refs:MAX_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java592 private static final int MAX_CACHE_SIZE = 100; field in TextClassificationManagerService.SessionCache
599 mCache = new LruCache<>(MAX_CACHE_SIZE);
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java155 private static final int MAX_CACHE_SIZE = 4; field in SubscriptionManager
167 super(MAX_CACHE_SIZE, cacheKeyProperty); in VoidPropertyInvalidatedCache()
201 super(MAX_CACHE_SIZE, cacheKeyProperty); in IntegerPropertyInvalidatedCache()
/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp137 proto->write(MAX_CACHE_SIZE, int32_t(mMaxCacheSize)); in dump()