Searched refs:FILTER_GAMES (Results 1 – 2 of 2) sorted by relevance
55 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()
2172 public static final AppFilter FILTER_GAMES = new AppFilter() { field in ApplicationsState2292 || FILTER_GAMES.filterApp(entry)2311 isCategorized = FILTER_GAMES.filterApp(entry);