Searched refs:launcherIntent (Results 1 – 3 of 3) sorted by relevance
30 public static Intent launcherIntent(int userId, ComponentName component, String packageTitle) { in launcherIntent() method in NotificationAccessConfirmationActivityContract
169 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in fetchAndMergeApps() local171 launcherIntent.addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER); in fetchAndMergeApps()173 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()175 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()
294 NotificationAccessConfirmationActivityContract.launcherIntent( in requestNotificationAccess()