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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1688 boolean isGame;
1690 isGame = hasFlag(info.info.flags, ApplicationInfo.FLAG_IS_GAME)
1693 return isGame;
/frameworks/base/tools/aapt/
H A DCommand.cpp1387 int32_t isGame = AaptXml::getResolvedIntegerAttribute(res, tree, local
1391 "ERROR getting 'android:isGame' attribute: %s", error.string());
1394 if (isGame != 0) {
1395 printf("application-isGame\n");

Completed in 117 milliseconds