Searched refs:ACTION_SEND_MULTIPLE (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java41 * {@link Intent#ACTION_SEND_MULTIPLE} protocol and support retrieving more info
52 * within an {@link Intent#ACTION_SEND} or {@link Intent#ACTION_SEND_MULTIPLE} intent
254 * {@link Intent#ACTION_SEND_MULTIPLE} sharing intents and starting activities
311 boolean isSendMultiple = mIntent.getAction().equals(Intent.ACTION_SEND_MULTIPLE);
328 mIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
476 * stream URI added the final intent constructed will become an ACTION_SEND_MULTIPLE
477 * intent. Not all apps will handle both ACTION_SEND and ACTION_SEND_MULTIPLE.
483 * @see Intent#ACTION_SEND_MULTIPLE
651 * accept {@link Intent#ACTION_SEND_MULTIPLE} ("android.intent.action.SEND_MULTIPLE") if
684 * started with an {@link Intent#ACTION_SEND} or {@link Intent#ACTION_SEND_MULTIPLE}
[all...]
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java120 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE);
/frameworks/base/core/java/android/content/
H A DIntent.java1067 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in class:Intent
7201 * {@link #ACTION_SEND_MULTIPLE} to {@link ClipData}. Also inspects nested
7249 } else if (ACTION_SEND_MULTIPLE.equals(action)) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java549 intent = new Intent(Intent.ACTION_SEND_MULTIPLE);

Completed in 112 milliseconds