Searched refs:removedKeys (Results 1 – 2 of 2) sorted by relevance
79 HashSet<ShortcutKey> removedKeys = new HashSet<>(); in execute() local90 removedKeys.add(key); in execute()104 if (!removedKeys.isEmpty()) { in execute()106 ItemInfoMatcher.ofShortcutKeys(removedKeys), in execute()
94 List<String> removedKeys = new ArrayList<>(); in updatePreference() local105 removedKeys.add(pref.getKey()); in updatePreference()109 for (String removedKey : removedKeys) { in updatePreference()