Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A 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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DPackageUpdatedTask.java181 final IntSet removedShortcuts = new IntSet(); in execute() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1766 @Nullable final List<ShortcutInfo> removedShortcuts) { in packageShortcutsChanged()
1798 @Nullable final List<ShortcutInfo> removedShortcuts) { in notifyShortcutChangeCallbacks()
3330 List<ShortcutInfo> removedShortcuts = null; in pinShortcuts() local
3421 List<ShortcutInfo> removedShortcuts = null; in updateCachedShortcutsInternal() local