Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDynamicShortcuts.java160 List<ShortcutInfo> newShortcuts = new ArrayList<>(); in updateIcons() local
162 newShortcuts.add(shortcutInfoFactory.withUpdatedIcon(oldInfo)); in updateIcons()
167 LogUtil.i("DynamicShortcuts.updateIcons", "updating %d shortcut icons", newShortcuts.size()); in updateIcons()
168 shortcutManager.setDynamicShortcuts(newShortcuts); in updateIcons()