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

/frameworks/base/core/java/android/content/
H A DIntent.java594 * <li> {@link #EXTRA_INTENT}
882 * <em>in addition</em> to the EXTRA_INTENT inside. This means using
891 * a {@link #EXTRA_INTENT} field containing the Intent being executed,
895 * Output: Depends on the protocol of {@link #EXTRA_INTENT}.
948 intent.putExtra(EXTRA_INTENT, target);
1228 * <p>Input: get*Extra field {@link #EXTRA_INTENT} is an Intent
1668 * Input: {@link #EXTRA_INTENT} specifies a pending intent to
1677 * passed via {@link #EXTRA_INTENT} needs a result (optional).
1684 * @see #EXTRA_INTENT
3659 public static final String EXTRA_INTENT field in class:Intent
[all...]

Completed in 137 milliseconds