Home
last modified time | relevance | path

Searched refs:ACTION_SEND (Results 1 – 25 of 25) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
DShareCompat.java281 mIntent = new Intent().setAction(Intent.ACTION_SEND); in IntentBuilder()
317 mIntent.setAction(Intent.ACTION_SEND); in getIntent()
467 if (!mIntent.getAction().equals(Intent.ACTION_SEND)) { in setStream()
468 mIntent.setAction(Intent.ACTION_SEND); in setStream()
693 return Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action); in isShareIntent()
705 return Intent.ACTION_SEND.equals(mIntent.getAction()); in isSingleShare()
/frameworks/base/docs/html/training/sharing/
Dsend.jd33 Android defines several actions, including {@link android.content.Intent#ACTION_SEND} which, as
56 <strong>Figure 1.</strong> Screenshot of {@link android.content.Intent#ACTION_SEND} intent chooser
61 <p>The most straightforward and common use of the {@link android.content.Intent#ACTION_SEND}
69 sendIntent.setAction(Intent.ACTION_SEND);
76 {@link android.content.Intent#ACTION_SEND} and MIME type text/plain, the Android system will run
97 sendIntent.setAction(Intent.ACTION_SEND);
119 <p>Binary data is shared using the {@link android.content.Intent#ACTION_SEND} action combined with
126 shareIntent.setAction(Intent.ACTION_SEND);
Dreceive.jd46 Similar to how you constructed an intent with action {@link android.content.Intent#ACTION_SEND} in
103 if (Intent.ACTION_SEND.equals(action) &amp;&amp; type != null) {
Dshareaction.jd81 with action {@link android.content.Intent#ACTION_SEND} and additional data set via extras
/frameworks/base/core/java/android/widget/
DShareActionProvider.java281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
303 if (Intent.ACTION_SEND.equals(action) || in onMenuItemClick()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DShareActionProvider.java306 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
327 if (Intent.ACTION_SEND.equals(action) || in onMenuItemClick()
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd31 interest to support the {@link android.content.Intent#ACTION_SEND} intent so users can initiate a
60 as {@link android.content.Intent#ACTION_SEND} or {@link android.content.Intent#ACTION_VIEW}.
94 android.content.Intent#ACTION_SEND} intent when the data type is either text or an image:</p>
120 android.content.Intent#ACTION_SEND} and {@link
152 <p>For more information about sending and receiving {@link android.content.Intent#ACTION_SEND}
Dsending.jd107 Intent emailIntent = new Intent(Intent.ACTION_SEND);
237 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java114 if (Intent.ACTION_SEND.equals(action) || in modifyTargetIntent()
DResolverActivity.java128 SEND(Intent.ACTION_SEND,
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd205 <dt>{@link android.content.Intent#ACTION_SEND}</dt>
296 {@link android.content.Intent#ACTION_SEND}, you can specify the "to" recipient with the
358 with the {@link android.content.Intent#ACTION_SEND} action
377 sendIntent.setAction(Intent.ACTION_SEND);
395 intent with the {@link android.content.Intent#ACTION_SEND} action and that carries "text/plain"
418 android.content.Intent#ACTION_SEND} action, users may want to share using a different app depending
429 Intent sendIntent = new Intent(Intent.ACTION_SEND);
508 {@link android.content.Intent#ACTION_SEND} intent when the data type is text:</p>
Dintents-common.jd1021 {@link android.content.Intent#ACTION_SEND} (for one attachment) or<br>
1061 Intent intent = new Intent(Intent.ACTION_SEND);
2433 {@link android.content.Intent#ACTION_SEND} or<br>
2492 Intent intent = new Intent(Intent.ACTION_SEND);
Dfundamentals.jd371 android.content.Intent#ACTION_SEND} action and pass it to {@link android.app.Activity#startActivity
Dactivities.jd258 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/core/java/android/provider/
DBrowser.java215 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java549 final Intent intent = new Intent(Intent.ACTION_SEND); in enter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java240 Intent sharingIntent = new Intent(Intent.ACTION_SEND);
/frameworks/base/core/java/android/content/
DIntent.java1085 public static final String ACTION_SEND = "android.intent.action.SEND"; field in Intent
7766 if (ACTION_SEND.equals(action)) { in fixUris()
7834 } else if (ACTION_SEND.equals(action)) { in migrateExtraStreamToClipData()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDirectoryFragment.java559 intent = new Intent(Intent.ACTION_SEND); in onShareDocuments()
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd740 {@link android.content.Intent#ACTION_SEND} intent with the appropriate content attached.</p>
773 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd605 android.content.Intent#ACTION_SEND} or {@link
Dandroid-4.0.jd1161 traditional action item that invokes the {@link android.content.Intent#ACTION_SEND} intent, you can
1163 the {@link android.content.Intent#ACTION_SEND} intent. When the user selects an application to use
Dandroid-4.3.jd185 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/api/
Dsystem-current.txt7922 field public static final java.lang.String ACTION_SEND = "android.intent.action.SEND";
Dcurrent.txt7678 field public static final java.lang.String ACTION_SEND = "android.intent.action.SEND";