Searched refs:shortcutIdsToDisable (Results 1 – 1 of 1) sorted by relevance
60 final List<String> shortcutIdsToDisable = new ArrayList<>(); field in PinnedShortcuts.Delta126 delta.shortcutIdsToDisable.add(shortcutInfo.getId()); in refresh()154 if (!delta.shortcutIdsToDisable.isEmpty()) { in applyDelta()155 shortcutManager.disableShortcuts(delta.shortcutIdsToDisable, shortcutDisabledMessage); in applyDelta()