HomeSort by relevance Sort by last modified time
    Searched refs:shortcutMapCopy (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/model/
BaseModelUpdateTask.java 110 final MultiHashMap<ComponentKey, String> shortcutMapCopy = dataModel.deepShortcutMap.clone();
114 callbacks.bindDeepShortcutMap(shortcutMapCopy);
LoaderResults.java 333 final MultiHashMap<ComponentKey, String> shortcutMapCopy;
335 shortcutMapCopy = mBgDataModel.deepShortcutMap.clone();
342 callbacks.bindDeepShortcutMap(shortcutMapCopy);

Completed in 69 milliseconds