Searched refs:targetCachedCount (Results 1 – 1 of 1) sorted by relevance
845 private void cleanupCachedShortcuts(@UserIdInt int userId, int targetCachedCount) { in cleanupCachedShortcuts() argument860 if (cachedConvos.size() <= targetCachedCount) { in cleanupCachedShortcuts()863 int numToUncache = cachedConvos.size() - targetCachedCount; in cleanupCachedShortcuts()