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()
8 which in turn delivers it to the end user through a `ACTION_SEND_MULTIPLE`16 in the `ACTION_SEND_MULTIPLE` intent.22 file as the `ACTION_SEND_MULTIPLE` attachment.
348 .addAction(Intent.ACTION_SEND_MULTIPLE)470 .addAction(Intent.ACTION_SEND_MULTIPLE)486 .addAction(Intent.ACTION_SEND_MULTIPLE)
234 case Intent.ACTION_SEND_MULTIPLE: in typeFromIntentString()
299 SEND_MULTIPLE(Intent.ACTION_SEND_MULTIPLE,
127 Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in getIntent()
51 || intentFilter.hasAction(Intent.ACTION_SEND_MULTIPLE); in isImplicitlyExposedIntent()
1336 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in Intent12701 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in fixUris()12795 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in migrateExtraStreamToClipData()
103 PROTECTED_ACTIONS.add(Intent.ACTION_SEND_MULTIPLE);
1203 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in buildSendIntent()
3013 sendIntent.setAction(Intent.ACTION_SEND_MULTIPLE); in createSendUriIntentWithPreview()
5562 || intent.hasAction(Intent.ACTION_SEND_MULTIPLE); in isImplicitlyExposedIntent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7678 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…
11262 field public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE";