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

/frameworks/base/core/java/android/content/
H A DIntent.java592 * <li> {@link #EXTRA_INTENT}
845 * <em>in addition</em> to the EXTRA_INTENT inside. This means using
854 * a {@link #EXTRA_INTENT} field containing the Intent being executed,
858 * Output: Depends on the protocol of {@link #EXTRA_INTENT}.
911 intent.putExtra(EXTRA_INTENT, target);
1191 * <p>Input: get*Extra field {@link #EXTRA_INTENT} is an Intent
3361 public static final String EXTRA_INTENT = "android.intent.extra.INTENT"; field in class:Intent
3373 * <p>The intent present in {@link #EXTRA_INTENT} will be treated as the
3393 * <li>{@link #EXTRA_INTENT} The first intent that matched the user's chosen target</li>
3417 * assigned to the key {@link #EXTRA_INTENT}
[all...]

Completed in 1504 milliseconds