Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java578 cleanupCachedShortcuts(userId, MAX_CACHED_RECENT_SHORTCUTS); in pruneDataForUser()
845 private void cleanupCachedShortcuts(@UserIdInt int userId, int targetCachedCount) { in cleanupCachedShortcuts() method in DataManager
1126 cleanupCachedShortcuts(user.getIdentifier(), in onShortcutsAddedOrUpdated()
1231 cleanupCachedShortcuts(mUserId, MAX_CACHED_RECENT_SHORTCUTS); in onNotificationRemoved()