Home
last modified time | relevance | path

Searched refs:makeLaunchIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAppInfo.java75 intent = makeLaunchIntent(info); in AppInfo()
105 public static Intent makeLaunchIntent(LauncherActivityInfo info) { in makeLaunchIntent() method in AppInfo
106 return makeLaunchIntent(info.getComponentName()); in makeLaunchIntent()
109 public static Intent makeLaunchIntent(ComponentName cn) { in makeLaunchIntent() method in AppInfo
DInstallShortcutReceiver.java361 launchIntent = AppInfo.makeLaunchIntent(info); in PendingInstallShortcutInfo()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageManagerHelper.java98 AppInfo.makeLaunchIntent(activities.get(0)); in getAppLaunchIntent()