Home
last modified time | relevance | path

Searched refs:ACTION_SEND_MULTIPLE (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/widget/
DShareActionProvider.java281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
304 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in onMenuItemClick()
/frameworks/support/v4/java/android/support/v4/app/
DShareCompat.java312 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()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DShareActionProvider.java306 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
328 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in onMenuItemClick()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java115 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in modifyTargetIntent()
DResolverActivity.java134 SEND_MULTIPLE(Intent.ACTION_SEND_MULTIPLE,
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java124 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in buildSendIntent()
/frameworks/base/docs/html/training/sharing/
Dsend.jd164 <p>To share multiple pieces of content, use the {@link android.content.Intent#ACTION_SEND_MULTIPLE}
178 shareIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
Dreceive.jd109 } else if (Intent.ACTION_SEND_MULTIPLE.equals(action) &amp;&amp; type != null) {
/frameworks/base/core/java/android/content/
DIntent.java1123 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in Intent
7771 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in fixUris()
7850 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryFragment.java566 intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in onShareDocuments()
/frameworks/base/docs/html/sdk/api_diff/4/
DmissingSinces.txt115 NO DOC BLOCK: android.content.Intent Field ACTION_SEND_MULTIPLE
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1022 {@link android.content.Intent#ACTION_SEND_MULTIPLE} (for multiple attachments)</dd>
1050 {@link android.content.Intent#ACTION_SEND_MULTIPLE} action, this should instead
2434 {@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,
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd606 android.content.Intent#ACTION_SEND_MULTIPLE} intent, the URIs supplied in the intent are now
/frameworks/base/api/
Dsystem-current.txt7924 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…
Dcurrent.txt7680 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…