Searched refs:newShortcuts (Results 1 – 1 of 1) sorted by relevance
160 List<ShortcutInfo> newShortcuts = new ArrayList<>(); in updateIcons() local162 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()