Home
last modified time | relevance | path

Searched refs:matchesPackageAndChannelFilter (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java114 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()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryFilter.java57 public boolean matchesPackageAndChannelFilter(HistoricalNotification notification) { in matchesPackageAndChannelFilter() method in NotificationHistoryFilter
DNotificationHistoryProtoHelper.java81 if (filter.matchesPackageAndChannelFilter(notification) in readNotification()