Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/
DApplicationsStateTest.java55 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGamesFilterAcceptsGameDeprecated()
62 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGameFilterAcceptsCategorizedGame()
70 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGameFilterAcceptsCategorizedGameAndDeprecatedIsGame()
77 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isFalse(); in testGamesFilterRejectsNotGame()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java2172 public static final AppFilter FILTER_GAMES = new AppFilter() { field in ApplicationsState
2292 || FILTER_GAMES.filterApp(entry)
2311 isCategorized = FILTER_GAMES.filterApp(entry);