Searched refs:cachedConvos (Results 1 – 1 of 1) sorted by relevance
851 List<Pair<String, ConversationInfo>> cachedConvos = new ArrayList<>(); in cleanupCachedShortcuts() local855 cachedConvos.add( in cleanupCachedShortcuts()860 if (cachedConvos.size() <= targetCachedCount) { in cleanupCachedShortcuts()863 int numToUncache = cachedConvos.size() - targetCachedCount; in cleanupCachedShortcuts()871 for (Pair<String, ConversationInfo> cached : cachedConvos) { in cleanupCachedShortcuts()