Home | History | Annotate | Download | only in content

Lines Matching defs:EXTRA_INTENT

604  *     <li> {@link #EXTRA_INTENT}
918 * <em>in addition</em> to the EXTRA_INTENT inside. This means using
927 * a {@link #EXTRA_INTENT} field containing the Intent being executed,
931 * Output: Depends on the protocol of {@link #EXTRA_INTENT}.
984 intent.putExtra(EXTRA_INTENT, target);
1278 * <p>Input: get*Extra field {@link #EXTRA_INTENT} is an Intent
1554 * Input: {@link #EXTRA_INTENT} the original intent that started split installation.
1773 * Input: {@link #EXTRA_INTENT} specifies a pending intent to
1782 * passed via {@link #EXTRA_INTENT} needs a result (optional).
1789 * @see #EXTRA_INTENT
4431 public static final String EXTRA_INTENT = "android.intent.extra.INTENT";
4459 * <p>The intent present in {@link #EXTRA_INTENT} will be treated as the
4504 * <li>{@link #EXTRA_INTENT} The first intent that matched the user's chosen target</li>
4575 * assigned to the key {@link #EXTRA_INTENT}. This supplied intent will be used by the chooser
4578 * {@link #EXTRA_INTENT} or {@link #EXTRA_ALTERNATE_INTENTS} passed to
4701 * {@link #EXTRA_INTENT}.
4742 * to add to the default intent extras in {@link #EXTRA_INTENT} when used with
4750 * the extras already present in the intent at {@link #EXTRA_INTENT}. If a replacement
10220 final Object intent = mExtras.get(Intent.EXTRA_INTENT);
10365 final Intent intent = getParcelableExtra(EXTRA_INTENT);