/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/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 429 boolean coreApp = parser.getAttributeBooleanValue(null, "coreApp", false); in parseApkLite() 430 boolean updatableSystem = parser.getAttributeBooleanValue(null, "updatableSystem", true); in parseApkLite() 431 boolean isolatedSplits = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 433 boolean isFeatureSplit = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 435 boolean isSplitRequired = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 482 debuggable = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "debuggable", in parseApkLite() 484 multiArch = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "multiArch", in parseApkLite() 486 use32bitAbi = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "use32bitAbi", in parseApkLite() 488 extractNativeLibs = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() 490 useEmbeddedDex = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite() [all …]
|
/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 | 416 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlBlockParser 417 return mAttrib.getAttributeBooleanValue(index, defaultValue); in getAttributeBooleanValue() 421 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlBlockParser 423 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() 176 return parser.getAttributeBooleanValue(null, "enabled", false); in parseCertificateTransparency() 183 parser.getAttributeBooleanValue(null, "overridePins", defaultOverridePins); in parseCertificatesEntry() 244 parser.getAttributeBooleanValue(i, in parseConfigEntry() 248 parser.getAttributeBooleanValue(i, in parseConfigEntry()
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 135 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlPullAttributes 244 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlPullAttributes
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 426 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlBlock.Parser 430 return getAttributeBooleanValue(idx, defaultValue); in getAttributeBooleanValue() 484 public boolean getAttributeBooleanValue(int idx, in getAttributeBooleanValue() method in XmlBlock.Parser
|
D | ColorStateList.java | 390 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
|
/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 | 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 …]
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 235 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
|
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackageUtils.java | 721 final boolean isCoreApp = parser.getAttributeBooleanValue(null /*namespace*/, 968 final boolean updatableSystem = parser.getAttributeBooleanValue(null /*namespace*/,
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 1206 canUnlockProfile = attrs.getAttributeBooleanValue( in getSettingsAttrs()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 6522 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl 6555 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 5327 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z 5328 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
|
/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 | 5330 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z 5331 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
|
/frameworks/base/core/api/ |
D | current.txt | 49743 method public boolean getAttributeBooleanValue(String, String, boolean); 49744 method public boolean getAttributeBooleanValue(int, boolean);
|