Searched refs:removedShortcuts (Results 1 – 1 of 1) sorted by relevance
208 final IntSet removedShortcuts = new IntSet(); in execute() local271 removedShortcuts.add(si.id); in execute()283 removedShortcuts.add(si.id); in execute()369 if (!removedShortcuts.isEmpty()) { in execute()371 ItemInfoMatcher.ofItemIds(removedShortcuts), in execute()373 + " ids=" + removedShortcuts); in execute() local