Home
last modified time | relevance | path

Searched refs:FILL_IN_SOURCE_BOUNDS (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DPendingIntent.java196 Intent.FILL_IN_SOURCE_BOUNDS,
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java11053 FILL_IN_SOURCE_BOUNDS,
11094 public static final int FILL_IN_SOURCE_BOUNDS = 1<<5; local
11225 && (mSourceBounds == null || (flags&FILL_IN_SOURCE_BOUNDS) != 0)) { in fillIn()
11227 changes |= FILL_IN_SOURCE_BOUNDS; in fillIn()
/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.txt11087 field public static final int FILL_IN_SOURCE_BOUNDS = 32; // 0x20