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;
101 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED))); in testFeedback_flagDisabled()
103 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED))); in testFeedback_flagDisabled()
109 NotificationEntry entry = getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_HIGH, RANKING_UNCHANGED); in testFeedback_changedImportance()
113 entry = getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_LOW, RANKING_UNCHANGED); in testFeedback_changedImportance()
117 entry = getEntry(IMPORTANCE_LOW, IMPORTANCE_MIN, RANKING_UNCHANGED); in testFeedback_changedImportance()
139 getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED))); in testGetFeedbackResources_flagDisabled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java20 import static android.service.notification.NotificationListenerService.Ranking.RANKING_UNCHANGED;
231 return getEntry(IMPORTANCE_DEFAULT, IMPORTANCE_DEFAULT, RANKING_UNCHANGED); in getEntry()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1662 public static final int RANKING_UNCHANGED = 0; field in NotificationListenerService.Ranking
1671 RANKING_PROMOTED, RANKING_DEMOTED, RANKING_UNCHANGED
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java104 import static android.service.notification.NotificationListenerService.Ranking.RANKING_UNCHANGED;
9312 ? RANKING_UNCHANGED