Searched refs:launcherIntent (Results 1 – 5 of 5) sorted by relevance
123 final Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in getLaunchableApps() local124 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApps()125 final List<ResolveInfo> resolveInfos = mPm.queryIntentActivitiesAsUser(launcherIntent, in getLaunchableApps()
30 public static Intent launcherIntent(int userId, ComponentName component, String packageTitle) { in launcherIntent() method in NotificationAccessConfirmationActivityContract
171 Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in fetchAndMergeApps() local173 launcherIntent.addCategory(Intent.CATEGORY_LEANBACK_LAUNCHER); in fetchAndMergeApps()175 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()177 addSystemApps(mVisibleApps, launcherIntent, excludePackages); in fetchAndMergeApps()
321 NotificationAccessConfirmationActivityContract.launcherIntent( in requestNotificationAccess()
20861 Intent launcherIntent = new Intent(PackageInstaller.ACTION_SESSION_COMMITTED)20865 mContext.sendBroadcastAsUser(launcherIntent, UserHandle.of(launcherUid));