Searched refs:shortcutIdToRemoveFirst (Results 1 – 1 of 1) sorted by relevance
80 List<ShortcutInfo> shortcuts, @Nullable String shortcutIdToRemoveFirst) { in sortAndFilterShortcuts() argument82 if (shortcutIdToRemoveFirst != null) { in sortAndFilterShortcuts()85 if (shortcutIterator.next().getId().equals(shortcutIdToRemoveFirst)) { in sortAndFilterShortcuts()