Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRankingBuilder.java38 private boolean mMatchesInterruptionFilter = false; field in RankingBuilder
67 mMatchesInterruptionFilter = ranking.matchesInterruptionFilter(); in RankingBuilder()
96 mMatchesInterruptionFilter, in build()
132 mMatchesInterruptionFilter = matchesInterruptionFilter; in setMatchesInterruptionFilter()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1680 private boolean mMatchesInterruptionFilter; field in NotificationListenerService.Ranking
1721 out.writeBoolean(mMatchesInterruptionFilter); in writeToParcel()
1759 mMatchesInterruptionFilter = in.readBoolean(); in Ranking()
1839 return mMatchesInterruptionFilter; in matchesInterruptionFilter()
2041 mMatchesInterruptionFilter = matchesInterruptionFilter; in populate()
2082 other.mMatchesInterruptionFilter, in populate()
2137 && Objects.equals(mMatchesInterruptionFilter, other.mMatchesInterruptionFilter) in equals()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53004 Landroid/service/notification/NotificationListenerService$Ranking;->mMatchesInterruptionFilter:Z