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

/frameworks/base/core/java/android/widget/
H A DShareActionProvider.java276 * @see Intent#ACTION_SEND_MULTIPLE
281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
304 Intent.ACTION_SEND_MULTIPLE.equals(action)) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DShareActionProvider.java299 * @see Intent#ACTION_SEND_MULTIPLE
304 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
326 Intent.ACTION_SEND_MULTIPLE.equals(action)) {
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java42 * {@link Intent#ACTION_SEND_MULTIPLE} protocol and support retrieving more info
53 * within an {@link Intent#ACTION_SEND} or {@link Intent#ACTION_SEND_MULTIPLE} intent
255 * {@link Intent#ACTION_SEND_MULTIPLE} sharing intents and starting activities
312 boolean isSendMultiple = mIntent.getAction().equals(Intent.ACTION_SEND_MULTIPLE);
329 mIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
477 * stream URI added the final intent constructed will become an ACTION_SEND_MULTIPLE
478 * intent. Not all apps will handle both ACTION_SEND and ACTION_SEND_MULTIPLE.
484 * @see Intent#ACTION_SEND_MULTIPLE
652 * accept {@link Intent#ACTION_SEND_MULTIPLE} ("android.intent.action.SEND_MULTIPLE") if
685 * 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.java135 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java271 Intent.ACTION_SEND_MULTIPLE.equals(action)) {
H A DResolverActivity.java129 SEND_MULTIPLE(Intent.ACTION_SEND_MULTIPLE,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java632 intent = new Intent(Intent.ACTION_SEND_MULTIPLE);
/frameworks/base/core/java/android/content/
H A DIntent.java1142 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in class:Intent
8079 } else if (ACTION_SEND_MULTIPLE.equals(action)) {
8100 * {@link #ACTION_SEND_MULTIPLE} to {@link ClipData}. Also inspects nested
8158 } else if (ACTION_SEND_MULTIPLE.equals(action)) {

Completed in 2281 milliseconds