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