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

/frameworks/base/core/java/android/content/
H A DIntent.java510 * <li> {@link #ACTION_SEND}
1085 public static final String ACTION_SEND = "android.intent.action.SEND"; field in class:Intent
1089 * Like {@link #ACTION_SEND}, except the data is multiple.
3108 * {@link #ACTION_SEND} to supply the literal data to be sent. Note that
3117 * {@link #ACTION_SEND} to supply an alternative to {@link #EXTRA_TEXT}
3125 * used with {@link #ACTION_SEND} to supply the data being sent.
3187 * when sharing with it via {@link #ACTION_SEND}, augmenting a link with additional query
7766 if (ACTION_SEND.equals(action)) {
7791 * Migrate any {@link #EXTRA_STREAM} in {@link #ACTION_SEND} and
7834 } else if (ACTION_SEND
[all...]

Completed in 24 milliseconds