Searched refs:GetAttributeIntegerDefault (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 372 int32_t GetAttributeIntegerDefault(xml::Attribute* attr, int32_t def, in GetAttributeIntegerDefault() function in aapt::ManifestExtractor::Element 573 versionCode = GetAttributeIntegerDefault(FindAttribute(manifest, VERSION_CODE_ATTR), 0); in Extract() 708 test_only = GetAttributeIntegerDefault(FindAttribute(element, TEST_ONLY_ATTR), 0); in Extract() 710 is_game = GetAttributeIntegerDefault(FindAttribute(element, ISGAME_ATTR), 0); in Extract() 711 debuggable = GetAttributeIntegerDefault(FindAttribute(element, DEBUGGABLE_ATTR), 0); in Extract() 715 has_multi_arch = (GetAttributeIntegerDefault( in Extract() 881 req_touch_screen = GetAttributeIntegerDefault( in Extract() 883 req_keyboard_type = GetAttributeIntegerDefault( in Extract() 885 req_hard_keyboard = GetAttributeIntegerDefault( in Extract() 887 req_navigation = GetAttributeIntegerDefault( in Extract() [all …]
|