Home | History | Annotate | Download | only in content

Lines Matching refs:EXTRA_INTENT

589  *     <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";
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);