Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java26 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/
DFeedbackInfoTest.java20 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/
DNotificationListenerService.java1726 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/
DNotificationManagerService.java140 import static android.service.notification.NotificationListenerService.Ranking.RANKING_UNCHANGED;
10655 ? RANKING_UNCHANGED