Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDynamicShortcuts.java221 shortcutInfoFactory.buildShortcutInfos(delta.shortcutsToUpdateById)); in applyDelta()
225 shortcutInfoFactory.buildShortcutInfos(delta.shortcutsToAddById)); in applyDelta()
DShortcutInfoFactory.java59 List<ShortcutInfo> buildShortcutInfos(@NonNull Map<String, DialerShortcut> shortcutsById) { in buildShortcutInfos() method in ShortcutInfoFactory
DPinnedShortcuts.java161 shortcutInfoFactory.buildShortcutInfos(delta.shortcutsToUpdateById))) { in applyDelta()