Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DAppInfo.java84 intent = makeLaunchIntent(info); in AppInfo()
146 public static Intent makeLaunchIntent(LauncherActivityInfo info) { in makeLaunchIntent() method in AppInfo
147 return makeLaunchIntent(info.getComponentName()); in makeLaunchIntent()
150 public static Intent makeLaunchIntent(ComponentName cn) { in makeLaunchIntent() method in AppInfo
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DItemInstallQueue.java24 import static com.android.launcher3.model.data.AppInfo.makeLaunchIntent;
294 si.intent = makeLaunchIntent(new ComponentName(packageName, "")) in getItemInfo()
299 si.intent = makeLaunchIntent(lai); in getItemInfo()
H A DAllAppsList.java305 Intent launchIntent = AppInfo.makeLaunchIntent(info); in updatePackage()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DPredictionUpdateTask.java94 .resolveActivity(AppInfo.makeLaunchIntent(cn), user); in execute()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DPackageManagerHelper.java122 AppInfo.makeLaunchIntent(activities.get(0)); in getAppLaunchIntent()