Searched refs:shortcutIdsToRemove (Results 1 – 1 of 1) sorted by relevance
71 final List<String> shortcutIdsToRemove = new ArrayList<>(); field in DynamicShortcuts.Delta192 delta.shortcutIdsToRemove.add(oldInfo.getId()); in computeDelta()212 if (!delta.shortcutIdsToRemove.isEmpty()) { in applyDelta()213 shortcutManager.removeDynamicShortcuts(delta.shortcutIdsToRemove); in applyDelta()