HomeSort by relevance Sort by last modified time
    Searched refs:makeLaunchIntent (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
AppInfo.java 101 intent = makeLaunchIntent(context, info, user);
156 public static Intent makeLaunchIntent(Context context, LauncherActivityInfoCompat info,
ShortcutInfo.java 297 shortcut.intent = AppInfo.makeLaunchIntent(context, info, info.getUser());
InstallShortcutReceiver.java 287 launchIntent = AppInfo.makeLaunchIntent(context, info, user);

Completed in 491 milliseconds