Searched refs:mPeopleCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java88 private LruCache<String, LookupResult> mPeopleCache; field in class:ValidateNotificationPeople
100 mPeopleCache = new LruCache<String, LookupResult>(PEOPLE_CACHE_SIZE);
112 mPeopleCache.evictAll();
250 synchronized (mPeopleCache) {
252 LookupResult lookupResult = mPeopleCache.get(cacheKey);
507 synchronized (mPeopleCache) {
509 mPeopleCache.put(cacheKey, lookupResult);

Completed in 662 milliseconds