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.java241 public static WorkspaceItemInfo fromShortcutIntent(Context context, Intent data) { in fromShortcutIntent() method in InstallShortcutReceiver
DLauncher.java1207 ? InstallShortcutReceiver.fromShortcutIntent(this, data) : null; in completeAddShortcut()