Home
last modified time | relevance | path

Searched refs:shortcutIdsToDisable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DPinnedShortcuts.java60 final List<String> shortcutIdsToDisable = new ArrayList<>(); field in PinnedShortcuts.Delta
126 delta.shortcutIdsToDisable.add(shortcutInfo.getId()); in refresh()
154 if (!delta.shortcutIdsToDisable.isEmpty()) { in applyDelta()
155 shortcutManager.disableShortcuts(delta.shortcutIdsToDisable, shortcutDisabledMessage); in applyDelta()