Home
last modified time | relevance | path

Searched refs:getUserSentiment (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java115 assertEquals(getUserSentiment(i), ranking.getUserSentiment()); in testRanking()
185 tweak.getUserSentiment(), in testRankingUpdate_equals()
266 getUserSentiment(i), in generateUpdate()
317 private int getUserSentiment(int index) { in getUserSentiment() method in NotificationListenerServiceTest
436 assertEquals(comment, a.getUserSentiment(), b.getUserSentiment()); in detailedAssertEquals()
DNotificationRecordTest.java698 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment()
706 assertEquals(USER_SENTIMENT_NEGATIVE, record.getUserSentiment()); in testUserSentiment()
715 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
718 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
734 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
745 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
753 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
DNotificationManagerServiceTest.java3897 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
3934 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
3990 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testEnqueuedAdjustmentAppliesAdjustments()
6488 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java101 if ((entry.getUserSentiment() == USER_SENTIMENT_NEGATIVE || DEBUG) in perhapsShowBlockingHelper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRankingBuilder.java77 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java327 public int getUserSentiment() { in getUserSentiment() method in NotificationEntry
328 return mRanking.getUserSentiment(); in getUserSentiment()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java196 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.getUserSentiment()); in testCreateNotificationDataEntry_RankingUpdate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java249 assertEquals(entry.getUserSentiment(), Ranking.USER_SENTIMENT_NEUTRAL); in testAddNotification_setsUserSentiment()
260 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, mEntry.getUserSentiment()); in testUpdateNotification_updatesUserSentiment()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1895 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1149 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
DNotificationManagerService.java8071 userSentimentBefore.add(r.getUserSentiment());
8090 || !Objects.equals(userSentimentBefore.get(i), r.getUserSentiment())
9301 record.getUserSentiment(),
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt53039 Landroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/lang/…
53081 Landroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle;
/frameworks/base/core/api/
Dcurrent.txt38671 method public int getUserSentiment();
/frameworks/base/services/
Dart-profile27203 HPLcom/android/server/notification/NotificationRecord;->getUserSentiment()I