/aosp14/frameworks/base/core/java/android/util/ |
H A D | AttributeSet.java | 173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method 253 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue() method
|
H A D | XmlPullAttributes.java | 68 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlPullAttributes 107 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in XmlPullAttributes
|
/aosp14/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLiteParseUtils.java | 426 boolean coreApp = parser.getAttributeBooleanValue(null, "coreApp", false); in parseApkLite() 427 boolean isolatedSplits = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 429 boolean isFeatureSplit = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 431 boolean isSplitRequired = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 477 debuggable = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "debuggable", in parseApkLite() 479 multiArch = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "multiArch", in parseApkLite() 481 use32bitAbi = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "use32bitAbi", in parseApkLite() 483 extractNativeLibs = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 485 useEmbeddedDex = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 508 profilableByShell = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() [all …]
|
/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | XmlConfigSource.java | 157 parser.getAttributeBooleanValue(null, "includeSubdomains", false); in parseDomain() 178 parser.getAttributeBooleanValue(null, "overridePins", defaultOverridePins); in parseCertificatesEntry() 240 parser.getAttributeBooleanValue(i, in parseConfigEntry() 244 parser.getAttributeBooleanValue(i, in parseConfigEntry()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | XmlBlock.java | 400 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlBlock.Parser 404 return getAttributeBooleanValue(idx, defaultValue); in getAttributeBooleanValue() 458 public boolean getAttributeBooleanValue(int idx, in getAttributeBooleanValue() method in XmlBlock.Parser
|
H A D | ColorStateList.java | 390 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | StateListDrawable.java | 228 states[j++] = attrs.getAttributeBooleanValue(i, false) in extractStateSet()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 1665 coreApp = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1667 isolatedSplits = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1671 isFeatureSplit = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1673 isSplitRequired = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1701 debuggable = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1704 multiArch = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1707 use32bitAbi = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1710 extractNativeLibs = attrs.getAttributeBooleanValue(i, true); in parseApkLite() 1713 useEmbeddedDex = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1729 overlayIsStatic = attrs.getAttributeBooleanValue(i, false); in parseApkLite() [all …]
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | AnimatorInflater.java | 235 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeHelperTest.java | 2832 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl 2865 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl
|
/aosp14/frameworks/base/services/core/java/com/android/server/trust/ |
H A D | TrustManagerService.java | 1133 canUnlockProfile = attrs.getAttributeBooleanValue( in getSettingsAttrs()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackageUtils.java | 634 final boolean isCoreApp = parser.getAttributeBooleanValue(null /*namespace*/, in parseBaseApk()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 5405 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z 5406 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 5408 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z 5409 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 49271 method public boolean getAttributeBooleanValue(String, String, boolean); 49272 method public boolean getAttributeBooleanValue(int, boolean);
|