Searched refs:RANKING_UNCHANGED (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackControllerTest.java | 26 import static android.service.notification.NotificationListenerService.Ranking.RANKING_UNCHANGED; 102 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED))); in testFeedback_flagDisabled() 104 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED))); in testFeedback_flagDisabled() 116 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED))); in testFeedback_noChange() 118 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED))); in testFeedback_noChange() 124 NotificationEntry entry = getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_HIGH, RANKING_UNCHANGED); in testFeedback_changedImportance() 128 entry = getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_LOW, RANKING_UNCHANGED); in testFeedback_changedImportance() 132 entry = getEntry(IMPORTANCE_LOW, IMPORTANCE_MIN, RANKING_UNCHANGED); in testFeedback_changedImportance()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | FeedbackInfoTest.java | 20 import static android.service.notification.NotificationListenerService.Ranking.RANKING_UNCHANGED; 244 return getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED); in getEntry()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1726 public static final int RANKING_UNCHANGED = 0; field in NotificationListenerService.Ranking 1735 RANKING_PROMOTED, RANKING_DEMOTED, RANKING_UNCHANGED
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 140 import static android.service.notification.NotificationListenerService.Ranking.RANKING_UNCHANGED; 10655 ? RANKING_UNCHANGED
|