Searched refs:shortcutsToAddById (Results 1 – 1 of 1) sorted by relevance
72 final Map<String, DialerShortcut> shortcutsToAddById = new ArrayMap<>(); field in DynamicShortcuts.Delta177 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()