Searched refs:seenKeys (Results 1 – 2 of 2) sorted by relevance
92 final HashSet<String> seenKeys = new HashSet<>(); in getShortcuts() local96 seenKeys.add(shortcut.getId()); in getShortcuts()99 if (!seenKeys.contains(shortcut.getId())) { in getShortcuts()101 seenKeys.add(shortcut.getId()); in getShortcuts()105 if (!seenKeys.contains(shortcut.getId())) { in getShortcuts()107 seenKeys.add(shortcut.getId()); in getShortcuts()
93 final HashSet<String> seenKeys = new HashSet<>(); in getShortcuts() local99 seenKeys.add(shortcut.getId()); in getShortcuts()103 if (!shortcut.isImmutable() && !seenKeys.contains(shortcut.getId())) { in getShortcuts()105 seenKeys.add(shortcut.getId()); in getShortcuts()