Searched refs:FILTER_GAMES (Results 1 – 2 of 2) sorted by relevance
45 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGamesFilterAcceptsGameDeprecated()52 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGameFilterAcceptsCategorizedGame()60 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGameFilterAcceptsCategorizedGameAndDeprecatedIsGame()67 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isFalse(); in testGamesFilterRejectsNotGame()
1923 public static final AppFilter FILTER_GAMES = new AppFilter() { field in ApplicationsState2043 || FILTER_GAMES.filterApp(entry)2062 isCategorized = FILTER_GAMES.filterApp(entry);