Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java115 assertEquals(getUserSentiment(i), ranking.getUserSentiment()); in testRanking()
184 tweak.getUserSentiment(), in testRankingUpdate_equals()
264 getUserSentiment(i), in generateUpdate()
314 private int getUserSentiment(int index) { in getUserSentiment() method in NotificationListenerServiceTest
429 assertEquals(comment, a.getUserSentiment(), b.getUserSentiment()); in detailedAssertEquals()
DNotificationRecordTest.java660 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment()
668 assertEquals(USER_SENTIMENT_NEGATIVE, record.getUserSentiment()); in testUserSentiment()
677 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
680 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
696 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
707 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
715 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
DNotificationManagerServiceTest.java3680 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
3717 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
3773 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testEnqueuedAdjustmentAppliesAdjustments()
5584 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java95 if ((row.getEntry().getUserSentiment() == USER_SENTIMENT_NEGATIVE || DEBUG) in perhapsShowBlockingHelper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRankingBuilder.java76 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java336 public int getUserSentiment() { in getUserSentiment() method in NotificationEntry
337 return mRanking.getUserSentiment(); in getUserSentiment()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java196 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.getUserSentiment()); in testCreateNotificationDataEntry_RankingUpdate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java243 assertEquals(entry.getUserSentiment(), Ranking.USER_SENTIMENT_NEUTRAL); in testAddNotification_setsUserSentiment()
254 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, mEntry.getUserSentiment()); in testUpdateNotification_updatesUserSentiment()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1747 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1132 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
DNotificationManagerService.java7352 userSentimentBefore.add(r.getUserSentiment());
7371 || !Objects.equals(userSentimentBefore.get(i), r.getUserSentiment())
8529 record.getUserSentiment(),
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile21923 HSPLcom/android/server/notification/NotificationRecord;->getUserSentiment()I
/frameworks/base/api/
Dcurrent.txt43876 method public int getUserSentiment();