Searched refs:FILL_IN_COMPONENT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DPendingIntent.java115 Intent.FILL_IN_COMPONENT,
/frameworks/base/core/java/android/content/
H A DIntent.java6976 intent.fillIn(baseIntent, Intent.FILL_IN_COMPONENT | Intent.FILL_IN_SELECTOR);
9247 FILL_IN_COMPONENT,
9278 public static final int FILL_IN_COMPONENT = 1<<3; field in class:Intent
9326 * {@link #FILL_IN_COMPONENT}, {@link #FILL_IN_SOURCE_BOUNDS},
9331 * <p>Note: The component field will only be copied if {@link #FILL_IN_COMPONENT}
9349 * {@link #FILL_IN_COMPONENT}, {@link #FILL_IN_SOURCE_BOUNDS},
9403 if (other.mComponent != null && (flags&FILL_IN_COMPONENT) != 0) {
9405 changes |= FILL_IN_COMPONENT;
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java1311 | Intent.FILL_IN_COMPONENT)

Completed in 2811 milliseconds