Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DExtendedModelTask.java58 callbacks.bindDeepShortcutMap(shortcutMapCopy); in bindDeepShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java209 public void bindDeepShortcutMap(MultiHashMap<ComponentKey, String> deepShortcutMap); in bindDeepShortcutMap() method
1809 callbacks.bindDeepShortcutMap(shortcutMapCopy); in bindDeepShortcuts()
DLauncher.java3753 public void bindDeepShortcutMap(MultiHashMap<ComponentKey, String> deepShortcutMapCopy) { in bindDeepShortcutMap() method in Launcher