Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDynamicShortcuts.java72 final Map<String, DialerShortcut> shortcutsToAddById = new ArrayMap<>(); field in DynamicShortcuts.Delta
177 delta.shortcutsToAddById.putAll(newDynamicShortcutsById); in computeDelta()
203 delta.shortcutsToAddById.put(newId, newShortcut); in computeDelta()
223 if (!delta.shortcutsToAddById.isEmpty()) { in applyDelta()
225 shortcutInfoFactory.buildShortcutInfos(delta.shortcutsToAddById)); in applyDelta()