/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 113 assertEquals(getUserSentiment(i), ranking.getUserSentiment()); in testRanking() 180 tweak.getUserSentiment(), in testRankingUpdate_equals() 257 getUserSentiment(i), in generateUpdate() 304 private int getUserSentiment(int index) { in getUserSentiment() method in NotificationListenerServiceTest 400 assertEquals(comment, a.getUserSentiment(), b.getUserSentiment()); in detailedAssertEquals()
|
D | NotificationRecordTest.java | 638 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment() 646 assertEquals(USER_SENTIMENT_NEGATIVE, record.getUserSentiment()); in testUserSentiment() 655 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment() 658 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment() 674 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() 685 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked() 693 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
|
D | NotificationManagerServiceTest.java | 3019 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() 3056 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() 3122 r.getUserSentiment()); in testEnqueuedAdjustmentAppliesAdjustments() 4972 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 335 when(ranking.getUserSentiment()).thenReturn(Ranking.USER_SENTIMENT_NEGATIVE); in testCreateNotificationDataEntry_RankingUpdate() 676 overrides.getInt(OVERRIDE_USER_SENTIMENT, outRanking.getUserSentiment()), in getRanking()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 196 userSentiment = ranking.getUserSentiment(); in populateFromRanking()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1686 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1074 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
|
D | NotificationManagerService.java | 6437 userSentimentBefore.add(r.getUserSentiment()); 6455 || !Objects.equals(userSentimentBefore.get(i), r.getUserSentiment()) 7513 record.getUserSentiment(),
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13267 HSPLandroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/la… 13306 HSPLandroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle; 42436 HSPLandroid/service/notification/NotificationListenerService$Ranking;->getUserSentiment()I
|
D | hiddenapi-greylist-max-o.txt | 63628 Landroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/lang/… 63670 Landroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 42001 method public int getUserSentiment();
|
/frameworks/base/api/ |
D | current.txt | 42145 method public int getUserSentiment();
|