Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderResults.java332 final MultiHashMap<ComponentKey, String> shortcutMapCopy; in bindDeepShortcuts() local
334 shortcutMapCopy = mBgDataModel.deepShortcutMap.clone(); in bindDeepShortcuts()
341 callbacks.bindDeepShortcutMap(shortcutMapCopy); in bindDeepShortcuts()
DBaseModelUpdateTask.java110 … final MultiHashMap<ComponentKey, String> shortcutMapCopy = dataModel.deepShortcutMap.clone(); in bindDeepShortcuts() local
114 callbacks.bindDeepShortcutMap(shortcutMapCopy); in bindDeepShortcuts()