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

/frameworks/base/core/java/android/content/
H A DIntent.java601 * <li> {@link #EXTRA_INTENT}
915 * <em>in addition</em> to the EXTRA_INTENT inside. This means using
924 * a {@link #EXTRA_INTENT} field containing the Intent being executed,
928 * Output: Depends on the protocol of {@link #EXTRA_INTENT}.
981 intent.putExtra(EXTRA_INTENT, target);
1275 * <p>Input: get*Extra field {@link #EXTRA_INTENT} is an Intent
1548 * Input: {@link #EXTRA_INTENT} the original intent that started split installation.
1794 * Input: {@link #EXTRA_INTENT} specifies a pending intent to
1803 * passed via {@link #EXTRA_INTENT} needs a result (optional).
1810 * @see #EXTRA_INTENT
4255 public static final String EXTRA_INTENT = "android.intent.extra.INTENT"; field in class:Intent
[all...]

Completed in 63 milliseconds