Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java362 Map<ShortcutKey, ShortcutInfo> shortcutKeyToPinnedShortcuts = new HashMap<>(); in loadWorkspace() local
399 shortcutKeyToPinnedShortcuts.put(ShortcutKey.fromInfo(shortcut), in loadWorkspace()
546 shortcutKeyToPinnedShortcuts.get(key); in loadWorkspace()
813 mModelDelegate.loadItems(mUserManagerState, shortcutKeyToPinnedShortcuts); in loadWorkspace()