Searched refs:removedShortcuts (Results 1 – 2 of 2) sorted by relevance
101 ArgumentCaptor<List> removedShortcuts = ArgumentCaptor.forClass(List.class); in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() local103 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() local207 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 …]
2016 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 …]