Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java183 public static ShortcutInfo fromShortcutIntent(Context context, Intent data) { in fromShortcutIntent() method in InstallShortcutReceiver
DLauncher.java1501 ShortcutInfo info = InstallShortcutReceiver.fromShortcutIntent(this, data); in completeAddShortcut()