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
1532 out.writeBoolean(mMatchesInterruptionFilter); in writeToParcel()
1565 mMatchesInterruptionFilter = in.readBoolean(); in Ranking()
1640 return mMatchesInterruptionFilter; in matchesInterruptionFilter()
1795 mMatchesInterruptionFilter = matchesInterruptionFilter; in populate()
1821 other.mMatchesInterruptionFilter,
1872 && Objects.equals(mMatchesInterruptionFilter, other.mMatchesInterruptionFilter)
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63593 Landroid/service/notification/NotificationListenerService$Ranking;->mMatchesInterruptionFilter:Z