Searched refs:oldPinnedIds (Results 1 – 1 of 1) sorted by relevance
3338 ArraySet<String> oldPinnedIds = launcher.getPinnedShortcutIds(packageName, userId); in pinShortcuts() local3342 if (oldPinnedIds != null && removedShortcuts != null) { in pinShortcuts()3344 oldPinnedIds.remove(removedShortcuts.get(i).getId()); in pinShortcuts()3348 oldPinnedIds, new ArraySet<>(shortcutIds), removedShortcuts, sp); in pinShortcuts()