/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 339 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 …]
|
D | ParsingPackageUtils.java | 490 parser.getAttributeBooleanValue(null, "coreApp", false); in parseBaseApk()
|
/frameworks/base/core/java/android/util/ |
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
|
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
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | NopAttributeSet.java | 71 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
|
D | BridgeLayoutParamsMapAttributes.java | 90 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
|
D | BridgeXmlBlockParser.java | 409 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/ |
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()
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 341 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
|
D | ColorStateList.java | 351 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 135 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/ |
D | StateListDrawable.java | 228 states[j++] = attrs.getAttributeBooleanValue(i, false) in extractStateSet()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1610 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/ |
D | ZenModeHelperTest.java | 1789 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/ |
D | AnimatorInflater.java | 232 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 31367 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea… 31368 method public abstract boolean getAttributeBooleanValue(int, boolean);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6593 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z 6594 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
|
/frameworks/base/api/ |
D | current.txt | 51300 method public boolean getAttributeBooleanValue(String, String, boolean); 51301 method public boolean getAttributeBooleanValue(int, boolean);
|