Searched refs:launcherIntent (Results 1 – 8 of 8) sorted by relevance
35 public static Intent launcherIntent(Context context, int userId, ComponentName component) { 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()
144 final Intent launcherIntent = new Intent(Intent.ACTION_MAIN).addCategory( in addCurrentUsersApps() local146 addSystemApps(mVisibleApps, launcherIntent); in addCurrentUsersApps()
234 final Intent launcherIntent = new Intent(Intent.ACTION_MAIN); in getLaunchableApps() local235 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApps()236 final List<ResolveInfo> resolveInfos = mPm.queryIntentActivitiesAsUser(launcherIntent, in getLaunchableApps()
293 Intent launcherIntent = new Intent(PackageInstaller.ACTION_SESSION_COMMITTED) in sendSessionCommitBroadcast() local297 mContext.sendBroadcastAsUser(launcherIntent, UserHandle.of(launcherUid)); in sendSessionCommitBroadcast()
4349 final Intent launcherIntent = new Intent(Intent.ACTION_MAIN);4350 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER);4351 launcherIntent.setPackage(ps.getPackageName());4353 service.snapshotComputer().queryIntentActivitiesInternal(launcherIntent,
1503 val launcherIntent = regex1517 clickIntent = launcherIntent,
698 NotificationAccessConfirmationActivityContract.launcherIntent( in requestNotificationAccess()