Lines Matching refs:ShortcutKey
73 import com.android.launcher3.shortcuts.ShortcutKey;
850 Map<ShortcutKey, ShortcutInfoCompat> shortcutKeyToPinnedShortcuts = new HashMap<>();
886 shortcutKeyToPinnedShortcuts.put(ShortcutKey.fromInfo(shortcut),
1040 ShortcutKey key = ShortcutKey.fromIntent(intent, c.user);
1271 HashSet<ShortcutKey> pendingShortcuts =
1273 for (ShortcutKey key : shortcutKeyToPinnedShortcuts.keySet()) {