Home
last modified time | relevance | path

Searched refs:ISGAME_ATTR (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp293 ISGAME_ATTR = 0x10103f4, enumerator
1458 ISGAME_ATTR, 0, &error); in doDump()
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp85 ISGAME_ATTR = 0x10103f4, enumerator
712 is_game = GetAttributeIntegerDefault(FindAttribute(element, ISGAME_ATTR), 0); in Extract()