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;
145 entry = getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_DEMOTED); in testFeedback_changedRanking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java129 || ranking.getRankingAdjustment() == Ranking.RANKING_DEMOTED) { in getFeedbackStatus()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1721 public static final int RANKING_DEMOTED = -1; field in NotificationListenerService.Ranking
1735 RANKING_PROMOTED, RANKING_DEMOTED, RANKING_UNCHANGED
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java138 import static android.service.notification.NotificationListenerService.Ranking.RANKING_DEMOTED;
10656 : (record.getRankingScore() > 0 ? RANKING_PROMOTED : RANKING_DEMOTED),