Home | History | Annotate | Download | only in pm

Lines Matching defs:launchIntent

612             Intent launchIntent = new Intent(Intent.ACTION_MAIN);
613 launchIntent.addCategory(Intent.CATEGORY_LAUNCHER);
614 launchIntent.setSourceBounds(sourceBounds);
615 launchIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
617 launchIntent.setPackage(component.getPackageName());
636 List<ResolveInfo> apps = pmInt.queryIntentActivities(launchIntent,
647 launchIntent.setComponent(component);
648 mContext.startActivityAsUser(launchIntent, opts, user);