Searched refs:GetAttributeInteger (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/dump/ |
H A D | DumpManifest.cpp | 348 int32_t* GetAttributeInteger(xml::Attribute* attr, in GetAttributeInteger() function in aapt::ManifestExtractor::Element 376 auto value = GetAttributeInteger(attr, config); in GetAttributeIntegerDefault() 584 platformVersionNameInt = GetAttributeInteger(FindAttribute(manifest, {}, in Extract() 586 platformVersionCodeInt = GetAttributeInteger(FindAttribute(manifest, {}, in Extract() 813 min_sdk = GetAttributeInteger(FindAttribute(element, MIN_SDK_VERSION_ATTR)); in Extract() 1679 const int32_t* grant_uri_permissions = GetAttributeInteger( in Extract() 1928 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract() 1930 resource_int = GetAttributeInteger(FindAttribute(element, RESOURCE_ATTR)); in Extract() 2341 size = GetAttributeInteger(FindAttribute(element, SCREEN_SIZE_ATTR)); in Extract() 2418 value_int = GetAttributeInteger(FindAttribute(element, VALUE_ATTR)); in Extract() [all …]
|