Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A 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()
H A 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()
H A DNotificationManagerServiceTest.java4004 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
4041 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
4171 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testEnqueuedAdjustmentAppliesAdjustments()
6633 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBlockingHelperManager.java101 if ((entry.getUserSentiment() == USER_SENTIMENT_NEGATIVE || DEBUG) in perhapsShowBlockingHelper()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRankingBuilder.java77 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java327 public int getUserSentiment() { in getUserSentiment() method in NotificationEntry
328 return mRanking.getUserSentiment(); in getUserSentiment()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java196 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.getUserSentiment()); in testCreateNotificationDataEntry_RankingUpdate()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java259 assertEquals(entry.getUserSentiment(), Ranking.USER_SENTIMENT_NEUTRAL); in testAddNotification_setsUserSentiment()
270 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, mEntry.getUserSentiment()); in testUpdateNotification_updatesUserSentiment()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java682 Integer.toString(getUserSentiment())); in applyAdjustments()
1178 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
H A DNotificationManagerService.java8033 || !Objects.equals(mUserSentiment, r.getUserSentiment())
8054 || !Objects.equals(mUserSentiment, r.getUserSentiment())
8082 r.getUserSentiment(),
9333 record.getUserSentiment(),
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java1037 getUserSentiment(i), in generateRankingMap()
1091 private int getUserSentiment(int index) { in getUserSentiment() method in PreprocessingManagerTest
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1896 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53039 Landroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/lang/…
53081 Landroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38735 method public int getUserSentiment();
/aosp12/frameworks/base/services/
H A Dart-profile27203 HPLcom/android/server/notification/NotificationRecord;->getUserSentiment()I