Home
last modified time | relevance | path

Searched refs:RANKING_DEMOTED (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java24 import static android.service.notification.NotificationListenerService.Ranking.RANKING_DEMOTED;
130 entry = getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_DEMOTED); in testFeedback_changedRanking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java115 || ranking.getRankingAdjustment() == Ranking.RANKING_DEMOTED) { in getFeedbackStatus()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1657 public static final int RANKING_DEMOTED = -1; field in NotificationListenerService.Ranking
1671 RANKING_PROMOTED, RANKING_DEMOTED, RANKING_UNCHANGED
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java102 import static android.service.notification.NotificationListenerService.Ranking.RANKING_DEMOTED;
9313 : (record.getRankingScore() > 0 ? RANKING_PROMOTED : RANKING_DEMOTED),