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.java142 public RankingBuilder setMatchesInterruptionFilter(boolean matchesInterruptionFilter) { in setMatchesInterruptionFilter()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java269 boolean matchesInterruptionFilter) { in setMatchesInterruptionFilter()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1968 public boolean matchesInterruptionFilter() { in matchesInterruptionFilter() method in NotificationListenerService.Ranking
2209 public void populate(String key, int rank, boolean matchesInterruptionFilter, in populate()