Searched refs:GetAttributeIntegerDefault (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 258 int32_t GetAttributeIntegerDefault(xml::Attribute* attr, int32_t def, in GetAttributeIntegerDefault() function in aapt::ManifestExtractor::Element 434 versionCode = GetAttributeIntegerDefault(FindAttribute(manifest, VERSION_CODE_ATTR), 0); in Extract() 514 test_only = GetAttributeIntegerDefault(FindAttribute(element, TEST_ONLY_ATTR), 0); in Extract() 516 is_game = GetAttributeIntegerDefault(FindAttribute(element, ISGAME_ATTR), 0); in Extract() 517 debuggable = GetAttributeIntegerDefault(FindAttribute(element, DEBUGGABLE_ATTR), 0); in Extract() 521 has_multi_arch = (GetAttributeIntegerDefault( in Extract() 643 req_touch_screen = GetAttributeIntegerDefault( in Extract() 645 req_keyboard_type = GetAttributeIntegerDefault( in Extract() 647 req_hard_keyboard = GetAttributeIntegerDefault( in Extract() 649 req_navigation = GetAttributeIntegerDefault( in Extract() [all …]
|