Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
DApplicationsStateTest.java50 mEntry.info.category = ApplicationInfo.CATEGORY_GAME; in testGameFilterAcceptsCategorizedGame()
58 mEntry.info.category = ApplicationInfo.CATEGORY_GAME; in testGameFilterAcceptsCategorizedGameAndDeprecatedIsGame()
79 mEntry.info.category = ApplicationInfo.CATEGORY_GAME; in testAudiosFilterRejectsNotAudio()
100 mEntry.info.category = ApplicationInfo.CATEGORY_GAME; in testOtherAppsRejectsGame()
264 mEntry.info.category = ApplicationInfo.CATEGORY_GAME; in testVideosFilterRejectsNotVideo()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java930 CATEGORY_GAME,
955 public static final int CATEGORY_GAME = 0; field in ApplicationInfo
1021 case ApplicationInfo.CATEGORY_GAME: in getCategoryTitle()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1570 || info.info.category == ApplicationInfo.CATEGORY_GAME;
/frameworks/base/api/
Dcurrent.txt10174 field public static final int CATEGORY_GAME = 0; // 0x0
Dtest-current.txt10211 field public static final int CATEGORY_GAME = 0; // 0x0
Dsystem-current.txt10725 field public static final int CATEGORY_GAME = 0; // 0x0