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