Searched refs:shortcutIterator (Results 1 – 2 of 2) sorted by relevance
34 …BinaryDictionaryShortcutIterator(const BinaryDictionaryShortcutIterator &&shortcutIterator) noexce… in BinaryDictionaryShortcutIterator() argument35 : mShortcutStructurePolicy(shortcutIterator.mShortcutStructurePolicy), in BinaryDictionaryShortcutIterator()36 mPos(shortcutIterator.mPos), in BinaryDictionaryShortcutIterator()37 mHasNextShortcutTarget(shortcutIterator.mHasNextShortcutTarget) {} in BinaryDictionaryShortcutIterator()
86 Iterator<ShortcutInfo> shortcutIterator = shortcuts.iterator(); in sortAndFilterShortcuts() local87 while (shortcutIterator.hasNext()) { in sortAndFilterShortcuts()88 if (shortcutIterator.next().getId().equals(shortcutIdToRemoveFirst)) { in sortAndFilterShortcuts()89 shortcutIterator.remove(); in sortAndFilterShortcuts()