Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java384 Map<ShortcutKey, ShortcutInfo> shortcutKeyToPinnedShortcuts = new HashMap<>(); in loadWorkspace() local
421 shortcutKeyToPinnedShortcuts.put(ShortcutKey.fromInfo(shortcut), in loadWorkspace()
572 shortcutKeyToPinnedShortcuts.get(key); in loadWorkspace()
858 mModelDelegate.loadItems(mUserManagerState, shortcutKeyToPinnedShortcuts); in loadWorkspace()