Searched refs:launcherIntent (Results 1 – 5 of 5) sorted by relevance
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()
206 final Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in getLaunchableApps() local207 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApps()208 final List<ResolveInfo> resolveInfos = mPm.queryIntentActivitiesAsUser(launcherIntent, in getLaunchableApps()
568 NotificationAccessConfirmationActivityContract.launcherIntent( in requestNotificationAccess()
23392 Intent launcherIntent = new Intent(PackageInstaller.ACTION_SESSION_COMMITTED) in sendSessionCommitBroadcast() local23396 mContext.sendBroadcastAsUser(launcherIntent, UserHandle.of(launcherUid)); in sendSessionCommitBroadcast()