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.java64 intent = makeLaunchIntent(info); in AppInfo()
92 public static Intent makeLaunchIntent(LauncherActivityInfo info) { in makeLaunchIntent() method in AppInfo
93 return makeLaunchIntent(info.getComponentName()); in makeLaunchIntent()
96 public static Intent makeLaunchIntent(ComponentName cn) { in makeLaunchIntent() method in AppInfo
DInstallShortcutReceiver.java368 launchIntent = AppInfo.makeLaunchIntent(info); in PendingInstallShortcutInfo()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageManagerHelper.java95 AppInfo.makeLaunchIntent(activities.get(0)); in getAppLaunchIntent()