/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 115 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()
|
D | NotificationRecordTest.java | 698 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()
|
D | NotificationManagerServiceTest.java | 3897 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/ |
D | NotificationBlockingHelperManager.java | 101 if ((entry.getUserSentiment() == USER_SENTIMENT_NEGATIVE || DEBUG) in perhapsShowBlockingHelper()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | RankingBuilder.java | 77 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 327 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/ |
D | NotificationEntryTest.java | 196 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.getUserSentiment()); in testCreateNotificationDataEntry_RankingUpdate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 249 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/ |
D | NotificationListenerService.java | 1895 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1149 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
|
D | NotificationManagerService.java | 8071 userSentimentBefore.add(r.getUserSentiment()); 8090 || !Objects.equals(userSentimentBefore.get(i), r.getUserSentiment()) 9301 record.getUserSentiment(),
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53039 Landroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/lang/… 53081 Landroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle;
|
/frameworks/base/core/api/ |
D | current.txt | 38671 method public int getUserSentiment();
|
/frameworks/base/services/ |
D | art-profile | 27203 HPLcom/android/server/notification/NotificationRecord;->getUserSentiment()I
|