Searched refs:ACTION_SEND (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java40 * ShareCompat provides functionality to extend the {@link Intent#ACTION_SEND}/
52 * within an {@link Intent#ACTION_SEND} or {@link Intent#ACTION_SEND_MULTIPLE} intent
60 * Intent extra that stores the name of the calling package for an ACTION_SEND intent.
72 * an ACTION_SEND intent.
253 * IntentBuilder is a helper for constructing {@link Intent#ACTION_SEND} and
280 mIntent = new Intent().setAction(Intent.ACTION_SEND);
316 mIntent.setAction(Intent.ACTION_SEND);
459 * ACTION_SEND intent.</p>
466 if (!mIntent.getAction().equals(Intent.ACTION_SEND)) {
467 mIntent.setAction(Intent.ACTION_SEND);
[all...]
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java118 Intent send = new Intent(Intent.ACTION_SEND);
125 Intent send = new Intent(Intent.ACTION_SEND);
/frameworks/base/core/java/android/provider/
H A DBrowser.java176 * a page to share. When receiving an {@link Intent#ACTION_SEND} from the
184 * page to share. When receiving an {@link Intent#ACTION_SEND} from the
191 * Sends the given string using an Intent with {@link Intent#ACTION_SEND} and a mime type
214 Intent send = new Intent(Intent.ACTION_SEND);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java220 Intent sharingIntent = new Intent(Intent.ACTION_SEND);
/frameworks/base/core/java/android/content/
H A DIntent.java496 * <li> {@link #ACTION_SEND}
1029 public static final String ACTION_SEND = "android.intent.action.SEND"; field in class:Intent
1033 * Like {@link #ACTION_SEND}, except the data is multiple.
3001 * {@link #ACTION_SEND} to supply the literal data to be sent. Note that
3010 * {@link #ACTION_SEND} to supply an alternative to {@link #EXTRA_TEXT}
3018 * used with {@link #ACTION_SEND} to supply the data being sent.
7200 * Migrate any {@link #EXTRA_STREAM} in {@link #ACTION_SEND} and
7233 } else if (ACTION_SEND.equals(action)) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java542 intent = new Intent(Intent.ACTION_SEND);

Completed in 181 milliseconds