Searched defs:PEOPLE_CACHE_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java67 private static final int PEOPLE_CACHE_SIZE = 200; field in class:ValidateNotificationPeople
100 mPeopleCache = new LruCache<String, LookupResult>(PEOPLE_CACHE_SIZE);

Completed in 100 milliseconds