Searched refs:launcherIntent (Results 1 – 2 of 2) sorted by relevance
227 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in getCurrentAppsWithLauncher() local228 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getCurrentAppsWithLauncher()229 List<ResolveInfo> resolveInfos = mPm.queryIntentActivitiesAsUser(launcherIntent, in getCurrentAppsWithLauncher()
540 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in fetchAndMergeApps() local541 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()542 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()