Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1496 private boolean mMatchesInterruptionFilter; field in NotificationListenerService.Ranking
1531 out.writeBoolean(mMatchesInterruptionFilter); in writeToParcel()
1563 mMatchesInterruptionFilter = in.readBoolean(); in Ranking()
1637 return mMatchesInterruptionFilter; in matchesInterruptionFilter()
1786 mMatchesInterruptionFilter = matchesInterruptionFilter; in populate()
1811 other.mMatchesInterruptionFilter,
1861 && Objects.equals(mMatchesInterruptionFilter, other.mMatchesInterruptionFilter)
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68149 Landroid/service/notification/NotificationListenerService$Ranking;->mMatchesInterruptionFilter:Z