Searched refs:updatedShortcuts (Results 1 – 4 of 4) sorted by relevance
68 final List<ShortcutInfo> updatedShortcuts = mShortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut() local69 assertThat(updatedShortcuts).hasSize(1); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()70 final ShortcutInfo updateInfo = updatedShortcuts.get(0); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()95 final List<ShortcutInfo> updatedShortcuts = mShortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut() local96 assertThat(updatedShortcuts).hasSize(1); in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut()97 assertThat(updatedShortcuts.get(0)).isSameAs(info); in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut()
58 ArrayList<WorkspaceItemInfo> updatedShortcuts = new ArrayList<>(); in execute() local68 updatedShortcuts.add(si); in execute()74 bindUpdatedWorkspaceItems(updatedShortcuts); in execute()
96 public void bindUpdatedWorkspaceItems(final ArrayList<WorkspaceItemInfo> updatedShortcuts) { in bindUpdatedWorkspaceItems() argument97 if (!updatedShortcuts.isEmpty()) { in bindUpdatedWorkspaceItems()101 callbacks.bindWorkspaceItemsChanged(updatedShortcuts); in bindUpdatedWorkspaceItems()
266 List<ShortcutInfo> updatedShortcuts = new ArrayList<>(); in updateRestoredShortcuts() local272 updatedShortcuts.add(createShortcutInfo(context, buildShortcutIntent(ri), ri, in updateRestoredShortcuts()277 if (!updatedShortcuts.isEmpty()) { in updateRestoredShortcuts()278 sm.updateShortcuts(updatedShortcuts); in updateRestoredShortcuts()