Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordExtractorDataTest.java52 r.getUserSentiment(), in testHasDiffs_noDiffs()
80 r.getUserSentiment(), in testHasDiffs_proposedImportanceChange()
114 r.getUserSentiment(), in testHasDiffs_autoBundled()
149 r.getUserSentiment(), in testHasDiffs_sensitiveContentChange()
H A DNotificationListenerServiceTest.java148 assertEquals(getUserSentiment(i), ranking.getUserSentiment()); in testRanking()
218 tweak.getUserSentiment(), in testRankingUpdate_equals()
301 getUserSentiment(i), in generateUpdate()
354 private int getUserSentiment(int index) { in getUserSentiment() method in NotificationListenerServiceTest
481 assertEquals(comment, a.getUserSentiment(), b.getUserSentiment()); in detailedAssertEquals()
H A DNotificationRecordTest.java702 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment()
710 assertEquals(USER_SENTIMENT_NEGATIVE, record.getUserSentiment()); in testUserSentiment()
719 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
722 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
738 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
749 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
757 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
H A DNotificationManagerServiceTest.java5567 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
5604 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
5785 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testEnqueuedAdjustmentAppliesAdjustments()
8699 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordExtractorData.java90 || !Objects.equals(mUserSentiment, r.getUserSentiment()) in hasDiffForRankingLocked()
113 || !Objects.equals(mUserSentiment, r.getUserSentiment()) in hasDiffForLoggingLocked()
H A DNotificationRecord.java717 Integer.toString(getUserSentiment())); in applyAdjustments()
1248 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
H A DNotificationManagerService.java9017 r.getUserSentiment(),
10283 record.getUserSentiment(),
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java81 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java364 public int getUserSentiment() { in getUserSentiment() method in NotificationEntry
365 return mRanking.getUserSentiment(); in getUserSentiment()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java248 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.getUserSentiment()); in testCreateNotificationDataEntry_RankingUpdate()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1975 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile5271 HSPLcom/android/server/notification/NotificationRecord;->getUserSentiment()I
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49716 Landroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/lang/…
49758 Landroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt40993 method public int getUserSentiment();