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

/frameworks/base/core/java/android/content/
H A DIntent.java589 * <li> {@link #EXTRA_INTENT}
842 * <em>in addition</em> to the EXTRA_INTENT inside. This means using
851 * a {@link #EXTRA_INTENT} field containing the Intent being executed,
855 * Output: Depends on the protocol of {@link #EXTRA_INTENT}.
880 intent.putExtra(EXTRA_INTENT, target);
1139 * <p>Input: get*Extra field {@link #EXTRA_INTENT} is an Intent
3098 public static final String EXTRA_INTENT = "android.intent.extra.INTENT"; field in class:Intent
3117 * to add to the default intent extras in {@link #EXTRA_INTENT} when used with
3125 * the extras already present in the intent at {@link #EXTRA_INTENT}. If a replacement
7514 final Intent intent = getParcelableExtra(EXTRA_INTENT);
[all...]

Completed in 98 milliseconds