/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A 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()
|
H A 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()
|
H A D | NotificationManagerServiceTest.java | 4004 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 D | NotificationBlockingHelperManager.java | 101 if ((entry.getUserSentiment() == USER_SENTIMENT_NEGATIVE || DEBUG) in perhapsShowBlockingHelper()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | RankingBuilder.java | 77 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 327 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 D | NotificationEntryTest.java | 196 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.getUserSentiment()); in testCreateNotificationDataEntry_RankingUpdate()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManagerTest.java | 259 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 D | NotificationRecord.java | 682 Integer.toString(getUserSentiment())); in applyAdjustments() 1178 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
|
H A D | NotificationManagerService.java | 8033 || !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 D | PreprocessingManagerTest.java | 1037 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 D | NotificationListenerService.java | 1896 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 53039 Landroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/lang/… 53081 Landroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 38735 method public int getUserSentiment();
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27203 HPLcom/android/server/notification/NotificationRecord;->getUserSentiment()I
|