Searched defs:changedShortcuts (Results 1 – 4 of 4) sorted by relevance
95 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() local137 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_setDynamicShortcuts_pinnedAndCached() local193 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_pinShortcuts_unpinOthers() local330 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_uncacheShortcuts_causeDeletion() local478 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletion() local582 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_disableShortcuts_pinnedAndCached() local689 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_removeDynamicShortcuts_pinnedAndCached() local757 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_removeAllDynamicShortcuts_pinnedAndCached() local826 ArgumentCaptor<List> changedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_removeLongLivedShortcuts_pinnedAndCached() local
1752 @Nullable final List<ShortcutInfo> changedShortcuts, in packageShortcutsChanged()1784 @Nullable final List<ShortcutInfo> changedShortcuts, in notifyShortcutChangeCallbacks()1930 List<ShortcutInfo> changedShortcuts = null; in setDynamicShortcuts() local2012 final List<ShortcutInfo> changedShortcuts = new ArrayList<>(1); in updateShortcuts() local2122 List<ShortcutInfo> changedShortcuts = null; in addDynamicShortcuts() local2191 List<ShortcutInfo> changedShortcuts = new ArrayList<>(); in pushDynamicShortcut() local2362 List<ShortcutInfo> changedShortcuts = null; in disableShortcuts() local2429 List<ShortcutInfo> changedShortcuts = null; in enableShortcuts() local2477 List<ShortcutInfo> changedShortcuts = null; in removeDynamicShortcuts() local2535 List<ShortcutInfo> changedShortcuts = new ArrayList<>(); in removeAllDynamicShortcuts() local[all …]
456 List<ShortcutInfo> changedShortcuts = null; in directPinShortcut() local
405 @NonNull List<ShortcutInfo> changedShortcuts) { in pushDynamicShortcut()1494 final List<ShortcutInfo> changedShortcuts = new ArrayList<>(1); in resolveResourceStrings() local1506 s.packageShortcutsChanged(getPackageName(), getPackageUserId(), changedShortcuts, null); in resolveResourceStrings() local