Searched refs:mMatchesInterruptionFilter (Results 1 – 2 of 2) sorted by relevance
1496 private boolean mMatchesInterruptionFilter; field in NotificationListenerService.Ranking1531 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)
68149 Landroid/service/notification/NotificationListenerService$Ranking;->mMatchesInterruptionFilter:Z