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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppInfo.java83 intent = makeLaunchIntent(info);
112 public static Intent makeLaunchIntent(LauncherActivityInfo info) { method in class:AppInfo
113 return makeLaunchIntent(info.getComponentName());
116 public static Intent makeLaunchIntent(ComponentName cn) { method in class:AppInfo
H A DInstallShortcutReceiver.java343 launchIntent = AppInfo.makeLaunchIntent(info);
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DPackageManagerHelper.java81 AppInfo.makeLaunchIntent(activities.get(0));

Completed in 129 milliseconds