Searched defs:ShortcutKey (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutKey.java13 public class ShortcutKey extends ComponentKey { class in inherits:ComponentKey
15 public ShortcutKey(String packageName, UserHandleCompat user, String id) { method in class:ShortcutKey
24 public static ShortcutKey fromInfo(ShortcutInfoCompat shortcutInfo) {
25 return new ShortcutKey(shortcutInfo.getPackage(), shortcutInfo.getUserHandle(),
29 public static ShortcutKey fromIntent(Intent intent, UserHandleCompat user) {
32 return new ShortcutKey(intent.getPackage(), user, shortcutId);
35 public static ShortcutKey fromShortcutInfo(ShortcutInfo info) {

Completed in 240 milliseconds