Home | History | Annotate | Download | only in settings

Lines Matching refs:intent

22 import android.content.Intent;
38 * Listens to {@link Intent.ACTION_PRE_BOOT_COMPLETED} and {@link Intent.ACTION_USER_INITIALIZED}
40 * adds cross-profile intent filters for the appropriate Settings activities), and disables the
51 public void onReceive(Context context, Intent broadcast) {
59 private void managedProfileSetup(Context context, final PackageManager pm, Intent broadcast,
65 + ". Setting up intent forwarding for managed profile.");
66 // Clear any previous intent forwarding we set up
69 // Set up intent forwarding for implicit intents
70 Intent intent = new Intent();
71 intent.addCategory(Intent.CATEGORY_DEFAULT);
72 intent.setPackage(context.getPackageName());
75 List<ResolveInfo> resolvedIntents = pm.queryIntentActivities(intent,