Searched refs:matchesPackageAndChannelFilter (Results 1 – 3 of 3) sorted by relevance
114 assertThat(filter.matchesPackageAndChannelFilter(hnMatches)).isTrue(); in testMatchesPackageAndChannelFilter_pkgOnly()116 assertThat(filter.matchesPackageAndChannelFilter(hnMatches2)).isTrue(); in testMatchesPackageAndChannelFilter_pkgOnly()119 assertThat(filter.matchesPackageAndChannelFilter(hnNoMatch)).isFalse(); in testMatchesPackageAndChannelFilter_pkgOnly()129 assertThat(filter.matchesPackageAndChannelFilter(hn1)).isFalse(); in testMatchesPackageAndChannelFilter_channelAlso()132 assertThat(filter.matchesPackageAndChannelFilter(hn2)).isTrue(); in testMatchesPackageAndChannelFilter_channelAlso()135 assertThat(filter.matchesPackageAndChannelFilter(hn3)).isFalse(); in testMatchesPackageAndChannelFilter_channelAlso()
57 public boolean matchesPackageAndChannelFilter(HistoricalNotification notification) { in matchesPackageAndChannelFilter() method in NotificationHistoryFilter
81 if (filter.matchesPackageAndChannelFilter(notification) in readNotification()