Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java504 for (int i = 0; i < DataManager.MAX_CACHED_RECENT_SHORTCUTS + 1; i++) { in testUncacheShortcutsWhenNotificationsDismissed()
1179 for (int i = 0; i < DataManager.MAX_CACHED_RECENT_SHORTCUTS + 1; i++) { in testDoNotUncacheShortcutWithActiveNotifications()
1201 for (int i = 0; i < DataManager.MAX_CACHED_RECENT_SHORTCUTS + 1; i++) { in testUncacheOldestCachedShortcut()
1219 for (int i = 1; i < DataManager.MAX_CACHED_RECENT_SHORTCUTS + 1; i++) { in testUncacheOldestCachedShortcut()
1231 for (int i = 0; i < DataManager.MAX_CACHED_RECENT_SHORTCUTS + 1; i++) { in testUncacheOldestCachedShortcut_missingNotificationEvents()
1248 for (int i = 1; i < DataManager.MAX_CACHED_RECENT_SHORTCUTS + 1; i++) { in testUncacheOldestCachedShortcut_missingNotificationEvents()
1272 for (int i = 1; i < DataManager.MAX_CACHED_RECENT_SHORTCUTS + 1; i++) { in testUncacheOldestCachedShortcut_legacyConversation()
1289 for (int i = 1; i < DataManager.MAX_CACHED_RECENT_SHORTCUTS + 1; i++) { in testUncacheOldestCachedShortcut_legacyConversation()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java115 static final int MAX_CACHED_RECENT_SHORTCUTS = 30; field in DataManager
578 cleanupCachedShortcuts(userId, MAX_CACHED_RECENT_SHORTCUTS); in pruneDataForUser()
1127 MAX_CACHED_RECENT_SHORTCUTS); in onShortcutsAddedOrUpdated()
1231 cleanupCachedShortcuts(mUserId, MAX_CACHED_RECENT_SHORTCUTS); in onNotificationRemoved()