Home | History | Annotate | Download | only in app

Lines Matching refs:intents

66  * <p>Because of this behavior, it is important to know when two Intents
69 * with Intents that only vary in their "extra" contents, expecting to get
89 * Intents you will use, then you can alternatively use the flags
148 * {@link #getService}. <p>This can be used if you are creating intents where only the
245 * Listener for observing when pending intents are written to a parcel.
264 * Registers an listener for pending intents being written to a parcel.
380 * array of Intents to be supplied. The last Intent in the array is
383 * the resulting PendingIntent, all of the Intents are started in the same
400 * This is because it is the most specific of the supplied intents, and the
401 * UI the user actually sees when the intents are started.
405 * you supply here should almost always be <em>explicit intents</em>,
412 * @param intents Array of Intents of the activities to be launched.
424 @NonNull Intent[] intents, @Flags int flags) {
425 return getActivities(context, requestCode, intents, flags, null);
430 * array of Intents to be supplied. The last Intent in the array is
433 * the resulting PendingIntent, all of the Intents are started in the same
450 * This is because it is the most specific of the supplied intents, and the
451 * UI the user actually sees when the intents are started.
455 * you supply here should almost always be <em>explicit intents</em>,
462 * @param intents Array of Intents of the activities to be launched.
474 @NonNull Intent[] intents, @Flags int flags, @Nullable Bundle options) {
476 String[] resolvedTypes = new String[intents.length];
477 for (int i=0; i<intents.length; i++) {
478 intents[i].migrateExtraStreamToClipData();
479 intents[i].prepareToLeaveProcess(context);
480 resolvedTypes[i] = intents[i].resolveTypeIfNeeded(context.getContentResolver());
486 null, null, requestCode, intents, resolvedTypes, flags, options,
500 @NonNull Intent[] intents, int flags, Bundle options, UserHandle user) {
502 String[] resolvedTypes = new String[intents.length];
503 for (int i=0; i<intents.length; i++) {
504 intents[i].migrateExtraStreamToClipData();
505 intents[i].prepareToLeaveProcess(context);
506 resolvedTypes[i] = intents[i].resolveTypeIfNeeded(context.getContentResolver());
512 null, null, requestCode, intents, resolvedTypes,
643 * is no longer allowing more intents to be sent through it.
657 * is no longer allowing more intents to be sent through it.
677 * is no longer allowing more intents to be sent through it.
698 intents to be sent through it.
736 * is no longer allowing more intents to be sent through it.
767 * is required to hold. This is only valid for broadcast intents, and
779 * is no longer allowing more intents to be sent through it.
812 * is required to hold. This is only valid for broadcast intents, and
826 * is no longer allowing more intents to be sent through it.