/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordExtractorDataTest.java | 52 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 D | NotificationListenerServiceTest.java | 148 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 D | NotificationRecordTest.java | 702 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 D | NotificationManagerServiceTest.java | 5567 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 D | NotificationRecordExtractorData.java | 90 || !Objects.equals(mUserSentiment, r.getUserSentiment()) in hasDiffForRankingLocked() 113 || !Objects.equals(mUserSentiment, r.getUserSentiment()) in hasDiffForLoggingLocked()
|
H A D | NotificationRecord.java | 717 Integer.toString(getUserSentiment())); in applyAdjustments() 1248 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
|
H A D | NotificationManagerService.java | 9017 r.getUserSentiment(), 10283 record.getUserSentiment(),
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
H A D | RankingBuilder.java | 81 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 364 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 D | NotificationEntryTest.java | 248 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.getUserSentiment()); in testCreateNotificationDataEntry_RankingUpdate()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1975 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5271 HSPLcom/android/server/notification/NotificationRecord;->getUserSentiment()I
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49716 Landroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/lang/… 49758 Landroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 40993 method public int getUserSentiment();
|