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