Searched refs:launcherIntent (Results 1 – 5 of 5) sorted by relevance
102 final Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in getLaunchableApps() local103 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApps()104 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
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()
298 NotificationAccessConfirmationActivityContract.launcherIntent( in requestNotificationAccess()
20478 Intent launcherIntent = new Intent(PackageInstaller.ACTION_SESSION_COMMITTED)20482 mContext.sendBroadcastAsUser(launcherIntent, UserHandle.of(launcherUid));