Searched refs:FLAG_IS_GAME (Results 1 – 9 of 9) sorted by relevance
53 mEntry.info.flags = ApplicationInfo.FLAG_IS_GAME; in testGamesFilterAcceptsGameDeprecated()67 mEntry.info.flags = ApplicationInfo.FLAG_IS_GAME; in testGameFilterAcceptsCategorizedGameAndDeprecatedIsGame()294 mEntry.info.flags = ApplicationInfo.FLAG_IS_GAME; in testOtherAppsRejectsLegacyGame()
50 | flag(pkg.isGame(), ApplicationInfo.FLAG_IS_GAME) in appInfoFlags()
426 public static final int FLAG_IS_GAME = 1<<25; field in ApplicationInfo
3723 ai.flags |= ApplicationInfo.FLAG_IS_GAME; in parseBaseApplication()
954 | flag(pkg.isGame(), ApplicationInfo.FLAG_IS_GAME) in appInfoFlags()
2182 isGame = hasFlag(info.info.flags, ApplicationInfo.FLAG_IS_GAME)
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
8374 field public static final int FLAG_IS_GAME = 33554432; // 0x2000000
12190 field @Deprecated public static final int FLAG_IS_GAME = 33554432; // 0x2000000