HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SEND_MULTIPLE (Results 1 - 17 of 17) sorted by null

  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 41 * {@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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 71 if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) {
141 } else if (action.equals(Intent.ACTION_SEND_MULTIPLE)) {
  /packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java 130 mShareIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 120 final Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 336 intent.setAction(Intent.ACTION_SEND_MULTIPLE);
374 intent.setAction(Intent.ACTION_SEND_MULTIPLE).setType(mimeType);
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java     [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 727 intent.setAction(Intent.ACTION_SEND_MULTIPLE);
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 429 || Intent.ACTION_SEND_MULTIPLE.equals(mAction)) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 2300 milliseconds