Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest11.java101 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() local
103 eq(CALLING_PACKAGE_1), removedShortcuts.capture(), eq(HANDLE_USER_0)); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId()
109 assertWith(removedShortcuts.getValue()) in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId()
199 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_pinShortcuts_unpinOthers() local
207 assertWith(removedShortcuts.getValue()) in testShortcutChangeCallback_pinShortcuts_unpinOthers()
345 assertWith(removedShortcuts.getValue()) in testShortcutChangeCallback_uncacheShortcuts_causeDeletion()
492 assertWith(removedShortcuts.getValue()) in testShortcutChangeCallback_pushDynamicShortcut_causeDeletion()
596 assertWith(removedShortcuts.getValue()) in testShortcutChangeCallback_disableShortcuts_pinnedAndCached()
703 assertWith(removedShortcuts.getValue()) in testShortcutChangeCallback_removeDynamicShortcuts_pinnedAndCached()
771 assertWith(removedShortcuts.getValue()) in testShortcutChangeCallback_removeAllDynamicShortcuts_pinnedAndCached()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2016 List<ShortcutInfo> removedShortcuts = null;
2242 List<ShortcutInfo> removedShortcuts = null;
2380 List<ShortcutInfo> removedShortcuts = null;
2404 if (removedShortcuts == null) {
2407 removedShortcuts.add(deleted);
2451 List<ShortcutInfo> removedShortcuts = null;
2472 if (removedShortcuts == null) {
2475 removedShortcuts.add(removed);
2489 List<ShortcutInfo> removedShortcuts = null;
2513 List<ShortcutInfo> removedShortcuts = null;
[all …]