Home
last modified time | relevance | path

Searched refs:FILL_IN_COMPONENT (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java8609 intent.fillIn(baseIntent, Intent.FILL_IN_COMPONENT | Intent.FILL_IN_SELECTOR); in parseCommandArgs()
11051 FILL_IN_COMPONENT,
11082 public static final int FILL_IN_COMPONENT = 1<<3; local
11219 if (other.mComponent != null && (flags&FILL_IN_COMPONENT) != 0) { in fillIn()
11221 changes |= FILL_IN_COMPONENT; in fillIn()
/aosp14/frameworks/base/core/java/android/app/
H A DPendingIntent.java194 Intent.FILL_IN_COMPONENT,
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java1609 | Intent.FILL_IN_COMPONENT)
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11082 field public static final int FILL_IN_COMPONENT = 8; // 0x8