Searched refs:ACTION_SEND (Results 1 – 25 of 25) sorted by relevance
281 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()
33 Android defines several actions, including {@link android.content.Intent#ACTION_SEND} which, as56 <strong>Figure 1.</strong> Screenshot of {@link android.content.Intent#ACTION_SEND} intent chooser61 <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 run97 sendIntent.setAction(Intent.ACTION_SEND);119 <p>Binary data is shared using the {@link android.content.Intent#ACTION_SEND} action combined with126 shareIntent.setAction(Intent.ACTION_SEND);
46 Similar to how you constructed an intent with action {@link android.content.Intent#ACTION_SEND} in103 if (Intent.ACTION_SEND.equals(action) && type != null) {
81 with action {@link android.content.Intent#ACTION_SEND} and additional data set via extras
281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()303 if (Intent.ACTION_SEND.equals(action) || in onMenuItemClick()
306 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()327 if (Intent.ACTION_SEND.equals(action) || in onMenuItemClick()
31 interest to support the {@link android.content.Intent#ACTION_SEND} intent so users can initiate a60 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 {@link152 <p>For more information about sending and receiving {@link android.content.Intent#ACTION_SEND}
107 Intent emailIntent = new Intent(Intent.ACTION_SEND);237 Intent intent = new Intent(Intent.ACTION_SEND);
114 if (Intent.ACTION_SEND.equals(action) || in modifyTargetIntent()
128 SEND(Intent.ACTION_SEND,
205 <dt>{@link android.content.Intent#ACTION_SEND}</dt>296 {@link android.content.Intent#ACTION_SEND}, you can specify the "to" recipient with the358 with the {@link android.content.Intent#ACTION_SEND} action377 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 depending429 Intent sendIntent = new Intent(Intent.ACTION_SEND);508 {@link android.content.Intent#ACTION_SEND} intent when the data type is text:</p>
1021 {@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);
371 android.content.Intent#ACTION_SEND} action and pass it to {@link android.app.Activity#startActivity
258 Intent intent = new Intent(Intent.ACTION_SEND);
215 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
549 final Intent intent = new Intent(Intent.ACTION_SEND); in enter()
240 Intent sharingIntent = new Intent(Intent.ACTION_SEND);
1085 public static final String ACTION_SEND = "android.intent.action.SEND"; field in Intent7766 if (ACTION_SEND.equals(action)) { in fixUris()7834 } else if (ACTION_SEND.equals(action)) { in migrateExtraStreamToClipData()
559 intent = new Intent(Intent.ACTION_SEND); in onShareDocuments()
740 {@link android.content.Intent#ACTION_SEND} intent with the appropriate content attached.</p>773 Intent intent = new Intent(Intent.ACTION_SEND);
605 android.content.Intent#ACTION_SEND} or {@link
1161 traditional action item that invokes the {@link android.content.Intent#ACTION_SEND} intent, you can1163 the {@link android.content.Intent#ACTION_SEND} intent. When the user selects an application to use
185 Intent intent = new Intent(Intent.ACTION_SEND);
7922 field public static final java.lang.String ACTION_SEND = "android.intent.action.SEND";
7678 field public static final java.lang.String ACTION_SEND = "android.intent.action.SEND";