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

/frameworks/base/core/java/android/content/
H A DIntent.java590 * <li> {@link #EXTRA_INTENT}
843 * <em>in addition</em> to the EXTRA_INTENT inside. This means using
852 * a {@link #EXTRA_INTENT} field containing the Intent being executed,
856 * Output: Depends on the protocol of {@link #EXTRA_INTENT}.
909 intent.putExtra(EXTRA_INTENT, target);
1172 * <p>Input: get*Extra field {@link #EXTRA_INTENT} is an Intent
3153 public static final String EXTRA_INTENT = "android.intent.extra.INTENT"; field in class:Intent
3172 * to add to the default intent extras in {@link #EXTRA_INTENT} when used with
3180 * the extras already present in the intent at {@link #EXTRA_INTENT}. If a replacement
7814 final Intent intent = getParcelableExtra(EXTRA_INTENT);
[all...]

Completed in 19 milliseconds