Searched refs:GetAttributeIntegerDefault (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 263 int32_t GetAttributeIntegerDefault(xml::Attribute* attr, int32_t def, in GetAttributeIntegerDefault() function in aapt::ManifestExtractor::Element 444 versionCode = GetAttributeIntegerDefault(FindAttribute(manifest, VERSION_CODE_ATTR), 0); in Extract() 532 test_only = GetAttributeIntegerDefault(FindAttribute(element, TEST_ONLY_ATTR), 0); in Extract() 534 is_game = GetAttributeIntegerDefault(FindAttribute(element, ISGAME_ATTR), 0); in Extract() 535 debuggable = GetAttributeIntegerDefault(FindAttribute(element, DEBUGGABLE_ATTR), 0); in Extract() 539 has_multi_arch = (GetAttributeIntegerDefault( in Extract() 663 req_touch_screen = GetAttributeIntegerDefault( in Extract() 665 req_keyboard_type = GetAttributeIntegerDefault( in Extract() 667 req_hard_keyboard = GetAttributeIntegerDefault( in Extract() 669 req_navigation = GetAttributeIntegerDefault( in Extract() [all …]
|