Searched refs:RANKING_DEMOTED (Results 1 – 4 of 4) sorted by relevance
24 import static android.service.notification.NotificationListenerService.Ranking.RANKING_DEMOTED;130 entry = getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_DEMOTED); in testFeedback_changedRanking()
115 || ranking.getRankingAdjustment() == Ranking.RANKING_DEMOTED) { in getFeedbackStatus()
1657 public static final int RANKING_DEMOTED = -1; field in NotificationListenerService.Ranking1671 RANKING_PROMOTED, RANKING_DEMOTED, RANKING_UNCHANGED
102 import static android.service.notification.NotificationListenerService.Ranking.RANKING_DEMOTED;9313 : (record.getRankingScore() > 0 ? RANKING_PROMOTED : RANKING_DEMOTED),