Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp500 int32_t is_game; member in aapt::Application
516 is_game = GetAttributeIntegerDefault(FindAttribute(element, ISGAME_ATTR), 0); in Extract()
576 if (is_game != 0) { in Print()