Searched refs:GetAttributeInteger (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 346 int32_t* GetAttributeInteger(xml::Attribute* attr, in GetAttributeInteger() function in aapt::ManifestExtractor::Element 374 auto value = GetAttributeInteger(attr, config); in GetAttributeIntegerDefault() 582 platformVersionNameInt = GetAttributeInteger(FindAttribute(manifest, {}, in Extract() 584 platformVersionCodeInt = GetAttributeInteger(FindAttribute(manifest, {}, in Extract() 588 compilesdkVersion = GetAttributeInteger(FindAttribute(manifest, COMPILE_SDK_VERSION_ATTR)); in Extract() 591 installLocation = GetAttributeInteger(FindAttribute(manifest, INSTALL_LOCATION_ATTR)); in Extract() 811 min_sdk = GetAttributeInteger(FindAttribute(element, MIN_SDK_VERSION_ATTR)); in Extract() 813 max_sdk = GetAttributeInteger(FindAttribute(element, MAX_SDK_VERSION_ATTR)); in Extract() 814 target_sdk = GetAttributeInteger(FindAttribute(element, TARGET_SDK_VERSION_ATTR)); in Extract() 1323 int32_t* gl = GetAttributeInteger(FindAttribute(element, GL_ES_VERSION_ATTR)); in Extract() [all …]
|