Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java339 coreApp = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
342 isolatedSplits = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
348 isFeatureSplit = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
351 isSplitRequired = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
381 debuggable = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
388 multiArch = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
391 use32bitAbi = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
394 extractNativeLibs = attrs.getAttributeBooleanValue(i, true); in parseApkLite()
397 useEmbeddedDex = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
411 overlayIsStatic = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
[all …]
DParsingPackageUtils.java490 parser.getAttributeBooleanValue(null, "coreApp", false); in parseBaseApk()
/frameworks/base/core/java/android/util/
DAttributeSet.java173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method
253 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue() method
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
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java71 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in NopAttributeSet
104 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java90 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeLayoutParamsMapAttributes
126 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java409 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlBlockParser
410 return mAttrib.getAttributeBooleanValue(index, defaultValue); in getAttributeBooleanValue()
414 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlBlockParser
416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue); in getAttributeBooleanValue()
/frameworks/base/core/java/android/security/net/config/
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()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java341 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlBlock.Parser
345 return getAttributeBooleanValue(idx, defaultValue); in getAttributeBooleanValue()
393 public boolean getAttributeBooleanValue(int idx, in getAttributeBooleanValue() method in XmlBlock.Parser
DColorStateList.java351 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java135 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlPullAttributes
241 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlPullAttributes
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java228 states[j++] = attrs.getAttributeBooleanValue(i, false) in extractStateSet()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1610 coreApp = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1612 isolatedSplits = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1616 isFeatureSplit = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1618 isSplitRequired = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1646 debuggable = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1653 multiArch = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1656 use32bitAbi = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1659 extractNativeLibs = attrs.getAttributeBooleanValue(i, true); in parseApkLite()
1662 useEmbeddedDex = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1675 overlayIsStatic = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1789 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl
1822 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java232 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31367 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea…
31368 method public abstract boolean getAttributeBooleanValue(int, boolean);
/frameworks/base/config/
Dboot-image-profile.txt6593 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z
6594 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
/frameworks/base/api/
Dcurrent.txt51300 method public boolean getAttributeBooleanValue(String, String, boolean);
51301 method public boolean getAttributeBooleanValue(int, boolean);