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

/frameworks/base/core/java/android/content/
H A DIntent.java581 * <li> {@link #EXTRA_STREAM}
995 * or {@link #EXTRA_STREAM} field, containing the data to be sent. If
997 * should be the MIME type of the data in EXTRA_STREAM. Use {@literal *}/*
1008 * {@link #EXTRA_TEXT} or {@link #EXTRA_STREAM} fields described below
1027 * #EXTRA_STREAM} field, containing the data to be sent. If using
1046 * {@link #EXTRA_TEXT} or {@link #EXTRA_STREAM} fields described below
2783 public static final String EXTRA_STREAM = "android.intent.extra.STREAM"; field in class:Intent
6821 * Migrate any {@link #EXTRA_STREAM} in {@link #ACTION_SEND} and
6855 final Uri stream = getParcelableExtra(EXTRA_STREAM);
6871 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM);
[all...]

Completed in 58 milliseconds