Home
last modified time | relevance | path

Searched refs:ACTION_SEND_MULTIPLE (Results 1 – 14 of 14) 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.java304 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
326 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in onMenuItemClick()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java135 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.java1142 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in Intent
8079 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in fixUris()
8158 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java271 Intent.ACTION_SEND_MULTIPLE.equals(action)) { in modifyTargetIntent()
DResolverActivity.java129 SEND_MULTIPLE(Intent.ACTION_SEND_MULTIPLE,
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1013 {@link android.content.Intent#ACTION_SEND_MULTIPLE} (for multiple attachments)</dd>
1041 {@link android.content.Intent#ACTION_SEND_MULTIPLE} action, this should instead
2040 {@link android.content.Intent#ACTION_SEND_MULTIPLE}</dd>
2071 image or video to attach. If using the {@link android.content.Intent#ACTION_SEND_MULTIPLE} action,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryFragment.java632 intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in onShareDocuments()
/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/
Dcurrent.txt8184 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…
Dsystem-current.txt8437 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…