Home
last modified time | relevance | path

Searched defs:matchesInterruptionFilter (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DRankingBuilder.java139 public RankingBuilder setMatchesInterruptionFilter(boolean matchesInterruptionFilter) { in setMatchesInterruptionFilter()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java252 boolean matchesInterruptionFilter) { in setMatchesInterruptionFilter()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1889 public boolean matchesInterruptionFilter() { in matchesInterruptionFilter() method in NotificationListenerService.Ranking
2107 public void populate(String key, int rank, boolean matchesInterruptionFilter, in populate()