Home
last modified time | relevance | path

Searched refs:USER_SENTIMENT_NEUTRAL (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java21 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
198 .setUserSentiment(USER_SENTIMENT_NEUTRAL) in testPerhapsShowBlockingHelper_notShownDueToNeutralUserSentiment()
DNotificationEntryManagerInflationTest.java311 Ranking.USER_SENTIMENT_NEUTRAL, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java170 Ranking.USER_SENTIMENT_NEUTRAL, false, -1, in setSmartActions()
215 setUserSentiment(mSbn.getKey(), Ranking.USER_SENTIMENT_NEUTRAL); in setUp()
249 assertEquals(entry.getUserSentiment(), Ranking.USER_SENTIMENT_NEUTRAL); in testAddNotification_setsUserSentiment()
403 Ranking.USER_SENTIMENT_NEUTRAL, false, -1, in testUpdatePendingNotification_rankingUpdated()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java21 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
322 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
326 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
DNotificationRecordTest.java28 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
698 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment()
715 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
DNotificationManagerServiceTest.java62 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
3934 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
6488 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1640 public static final int USER_SENTIMENT_NEUTRAL = 0; field in NotificationListenerService.Ranking
1648 USER_SENTIMENT_NEGATIVE, USER_SENTIMENT_NEUTRAL, USER_SENTIMENT_POSITIVE
1694 private @UserSentiment int mUserSentiment = USER_SENTIMENT_NEUTRAL;
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java24 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
669 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
/frameworks/base/core/api/
Dcurrent.txt38677 field public static final int USER_SENTIMENT_NEUTRAL = 0; // 0x0