Searched refs:ACTION_SEND_MULTIPLE (Results 1 – 15 of 15) sorted by relevance
281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()304 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in onMenuItemClick()
312 boolean isSendMultiple = mIntent.getAction().equals(Intent.ACTION_SEND_MULTIPLE); in getIntent()329 mIntent.setAction(Intent.ACTION_SEND_MULTIPLE); in getIntent()693 return Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action); in isShareIntent()716 return Intent.ACTION_SEND_MULTIPLE.equals(mIntent.getAction()); in isMultipleShare()
306 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()328 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in onMenuItemClick()
115 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in modifyTargetIntent()
134 SEND_MULTIPLE(Intent.ACTION_SEND_MULTIPLE,
124 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in buildSendIntent()
164 <p>To share multiple pieces of content, use the {@link android.content.Intent#ACTION_SEND_MULTIPLE}178 shareIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
109 } else if (Intent.ACTION_SEND_MULTIPLE.equals(action) && type != null) {
1123 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in Intent7771 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in fixUris()7850 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in migrateExtraStreamToClipData()
566 intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in onShareDocuments()
115 NO DOC BLOCK: android.content.Intent Field ACTION_SEND_MULTIPLE
1022 {@link android.content.Intent#ACTION_SEND_MULTIPLE} (for multiple attachments)</dd>1050 {@link android.content.Intent#ACTION_SEND_MULTIPLE} action, this should instead2434 {@link android.content.Intent#ACTION_SEND_MULTIPLE}</dd>2465 image or video to attach. If using the {@link android.content.Intent#ACTION_SEND_MULTIPLE} action,
606 android.content.Intent#ACTION_SEND_MULTIPLE} intent, the URIs supplied in the intent are now
7924 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…
7680 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…