Home
last modified time | relevance | path

Searched refs:getAttributeBooleanValue (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DAttributeSet.java173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method
253 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue() method
H A DXmlPullAttributes.java68 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 DApkLiteParseUtils.java426 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 DXmlConfigSource.java157 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 DXmlBlock.java400 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 DColorStateList.java390 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java228 states[j++] = attrs.getAttributeBooleanValue(i, false) in extractStateSet()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1665 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 DAnimatorInflater.java235 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java2832 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 DTrustManagerService.java1133 canUnlockProfile = attrs.getAttributeBooleanValue( in getSettingsAttrs()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackageUtils.java634 final boolean isCoreApp = parser.getAttributeBooleanValue(null /*namespace*/, in parseBaseApk()
/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/boot/
H A Dboot-image-profile.txt5405 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 Dboot-image-profile.txt5408 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 Dcurrent.txt49271 method public boolean getAttributeBooleanValue(String, String, boolean);
49272 method public boolean getAttributeBooleanValue(int, boolean);