Searched refs:seenKeys (Results 1 – 1 of 1) sorted by relevance
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()