Searched defs:isGame (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp1374 int32_t isGame = AaptXml::getResolvedIntegerAttribute(res, tree, local
1378 "ERROR getting 'android:isGame' attribute: %s", error.string());
1381 if (isGame != 0) {
1382 printf("application-isGame\n");

Completed in 13 milliseconds