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

/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java41 * ShareCompat provides functionality to extend the {@link Intent#ACTION_SEND}/
53 * within an {@link Intent#ACTION_SEND} or {@link Intent#ACTION_SEND_MULTIPLE} intent
61 * Intent extra that stores the name of the calling package for an ACTION_SEND intent.
73 * an ACTION_SEND intent.
254 * IntentBuilder is a helper for constructing {@link Intent#ACTION_SEND} and
281 mIntent = new Intent().setAction(Intent.ACTION_SEND);
317 mIntent.setAction(Intent.ACTION_SEND);
460 * ACTION_SEND intent.</p>
467 if (!mIntent.getAction().equals(Intent.ACTION_SEND)) {
468 mIntent.setAction(Intent.ACTION_SEND);
[all...]
/frameworks/base/core/java/android/widget/
H A DShareActionProvider.java268 * Intent shareIntent = new Intent(Intent.ACTION_SEND);
275 * @see Intent#ACTION_SEND
281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
303 if (Intent.ACTION_SEND.equals(action) ||
H A DTextView.java9492 Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DShareActionProvider.java290 * Intent shareIntent = new Intent(Intent.ACTION_SEND);
298 * @see Intent#ACTION_SEND
304 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) {
325 if (Intent.ACTION_SEND.equals(action) ||
/frameworks/base/core/java/com/android/internal/app/
H A DDumpHeapActivity.java102 Intent intent = new Intent(Intent.ACTION_SEND);
H A DChooserActivity.java270 if (Intent.ACTION_SEND.equals(action) ||
H A DResolverActivity.java123 SEND(Intent.ACTION_SEND,
/frameworks/base/core/java/android/provider/
H A DBrowser.java186 * a page to share. When receiving an {@link Intent#ACTION_SEND} from the
194 * page to share. When receiving an {@link Intent#ACTION_SEND} from the
201 * Sends the given string using an Intent with {@link Intent#ACTION_SEND} and a mime type
224 Intent send = new Intent(Intent.ACTION_SEND);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java260 Intent sharingIntent = new Intent(Intent.ACTION_SEND);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java437 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java625 intent = new Intent(Intent.ACTION_SEND);
/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 5996 milliseconds