Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DModelUtils.java148 public static WorkspaceItemInfo fromLegacyShortcutIntent(Context context, Intent data) { in fromLegacyShortcutIntent() method in ModelUtils
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1291 ? ModelUtils.fromLegacyShortcutIntent(this, data) : null; in completeAddShortcut()