Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DRankingBuilder.java40 private boolean mMatchesInterruptionFilter = false; field in RankingBuilder
71 mMatchesInterruptionFilter = ranking.matchesInterruptionFilter(); in RankingBuilder()
102 mMatchesInterruptionFilter, in build()
140 mMatchesInterruptionFilter = matchesInterruptionFilter; in setMatchesInterruptionFilter()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1743 private boolean mMatchesInterruptionFilter; field in NotificationListenerService.Ranking
1789 out.writeBoolean(mMatchesInterruptionFilter); in writeToParcel()
1829 mMatchesInterruptionFilter = in.readBoolean(); in Ranking()
1911 return mMatchesInterruptionFilter; in matchesInterruptionFilter()
2155 mMatchesInterruptionFilter = matchesInterruptionFilter; in populate()
2198 other.mMatchesInterruptionFilter, in populate()
2255 && Objects.equals(mMatchesInterruptionFilter, other.mMatchesInterruptionFilter) in equals()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49038 Landroid/service/notification/NotificationListenerService$Ranking;->mMatchesInterruptionFilter:Z