Searched refs:launcherIntent (Results 1 – 1 of 1) sorted by relevance
161 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in fetchAndMergeApps() local163 launcherIntent.addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER); in fetchAndMergeApps()165 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()167 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()