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

/frameworks/base/core/java/android/content/
H A DIntent.java512 * <li> {@link #ACTION_SEND}
1104 public static final String ACTION_SEND = "android.intent.action.SEND"; field in class:Intent
1108 * Like {@link #ACTION_SEND}, except the data is multiple.
3316 * {@link #ACTION_SEND} to supply the literal data to be sent. Note that
3325 * {@link #ACTION_SEND} to supply an alternative to {@link #EXTRA_TEXT}
3333 * used with {@link #ACTION_SEND} to supply the data being sent.
3368 * user's intended action. For example, an app invoking {@link #ACTION_SEND} to share photos
3463 * when sharing with it via {@link #ACTION_SEND}, augmenting a link with additional query
8074 if (ACTION_SEND.equals(action)) {
8099 * Migrate any {@link #EXTRA_STREAM} in {@link #ACTION_SEND} an
[all...]

Completed in 82 milliseconds