Home
last modified time | relevance | path

Searched defs:removedShortcuts (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest11.java99 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() local
197 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_pinShortcuts_unpinOthers() local
334 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_uncacheShortcuts_causeDeletion() local
482 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletion() local
586 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_disableShortcuts_pinnedAndCached() local
693 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_removeDynamicShortcuts_pinnedAndCached() local
761 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_removeAllDynamicShortcuts_pinnedAndCached() local
830 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_removeLongLivedShortcuts_pinnedAndCached() local
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1753 @Nullable final List<ShortcutInfo> removedShortcuts) { in packageShortcutsChanged()
1785 @Nullable final List<ShortcutInfo> removedShortcuts) { in notifyShortcutChangeCallbacks()
1931 List<ShortcutInfo> removedShortcuts = null; in setDynamicShortcuts() local
2192 List<ShortcutInfo> removedShortcuts = null; in pushDynamicShortcut() local
2363 List<ShortcutInfo> removedShortcuts = null; in disableShortcuts() local
2478 List<ShortcutInfo> removedShortcuts = null; in removeDynamicShortcuts() local
2536 List<ShortcutInfo> removedShortcuts = null; in removeAllDynamicShortcuts() local
2579 List<ShortcutInfo> removedShortcuts = null; in removeLongLivedShortcuts() local
3315 List<ShortcutInfo> removedShortcuts = null; in pinShortcuts() local
3406 List<ShortcutInfo> removedShortcuts = null; in updateCachedShortcutsInternal() local