Searched refs:ACTION_SEND_MULTIPLE (Results 1 – 14 of 14) 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.
120 Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in getIntent()
146 Intent shareIntent = new Intent(Intent.ACTION_SEND_MULTIPLE); in createShareIntent()
856 } else if (Intent.ACTION_SEND_MULTIPLE.equals(action)) {1305 } else if (Intent.ACTION_SEND_MULTIPLE.equals(action)) {3076 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
186 SEND_MULTIPLE(Intent.ACTION_SEND_MULTIPLE,
1262 public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE"; field in Intent11075 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in fixUris()11154 } else if (ACTION_SEND_MULTIPLE.equals(action)) { in migrateExtraStreamToClipData()
1128 sendIntent.setAction(Intent.ACTION_SEND_MULTIPLE); in createSendUriIntentWithPreview()
897 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE); in buildSendIntent()
78 PROTECTED_ACTIONS.add(Intent.ACTION_SEND_MULTIPLE);
5589 || intent.hasAction(Intent.ACTION_SEND_MULTIPLE); in isImplicitlyExposedIntent()
7678 …field public static final java.lang.String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULT…
10314 field public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE";