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