Searched refs:RANKING_PROMOTED (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackControllerTest.java | 25 import static android.service.notification.NotificationListenerService.Ranking.RANKING_PROMOTED; 107 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_HIGH, RANKING_PROMOTED))); in testFeedback_flagDisabled() 109 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_HIGH, RANKING_PROMOTED))); in testFeedback_flagDisabled() 141 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_PROMOTED); in testFeedback_changedRanking() 156 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_HIGH, RANKING_PROMOTED))); in testGetFeedbackIcon_whenPromoted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackController.java | 126 || ranking.getRankingAdjustment() == Ranking.RANKING_PROMOTED) { in getFeedbackStatus()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1731 public static final int RANKING_PROMOTED = 1; field in NotificationListenerService.Ranking 1735 RANKING_PROMOTED, RANKING_DEMOTED, RANKING_UNCHANGED
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 139 import static android.service.notification.NotificationListenerService.Ranking.RANKING_PROMOTED; 10656 : (record.getRankingScore() > 0 ? RANKING_PROMOTED : RANKING_DEMOTED),
|