Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java845 private void cleanupCachedShortcuts(@UserIdInt int userId, int targetCachedCount) { in cleanupCachedShortcuts() argument
860 if (cachedConvos.size() <= targetCachedCount) { in cleanupCachedShortcuts()
863 int numToUncache = cachedConvos.size() - targetCachedCount; in cleanupCachedShortcuts()