Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java40 private boolean mMatchesInterruptionFilter = false; field in RankingBuilder
71 mMatchesInterruptionFilter = ranking.matchesInterruptionFilter(); in RankingBuilder()
102 mMatchesInterruptionFilter, in build()
140 mMatchesInterruptionFilter = matchesInterruptionFilter; in setMatchesInterruptionFilter()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1722 private boolean mMatchesInterruptionFilter; field in NotificationListenerService.Ranking
1768 out.writeBoolean(mMatchesInterruptionFilter); in writeToParcel()
1808 mMatchesInterruptionFilter = in.readBoolean(); in Ranking()
1890 return mMatchesInterruptionFilter; in matchesInterruptionFilter()
2121 mMatchesInterruptionFilter = matchesInterruptionFilter; in populate()
2164 other.mMatchesInterruptionFilter, in populate()
2221 && Objects.equals(mMatchesInterruptionFilter, other.mMatchesInterruptionFilter) in equals()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49681 Landroid/service/notification/NotificationListenerService$Ranking;->mMatchesInterruptionFilter:Z