Home
last modified time | relevance | path

Searched refs:setUserSentiment (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBlockingHelperManagerTest.java134 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testPerhapsShowBlockingHelper_shown()
155 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testPerhapsShowBlockingHelper_notShownForMultiChannelGroup()
167 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testPerhapsShowBlockingHelper_shownForLargeGroup()
184 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testPerhapsShowBlockingHelper_shownForOnlyChildNotification()
198 .setUserSentiment(USER_SENTIMENT_NEUTRAL) in testPerhapsShowBlockingHelper_notShownDueToNeutralUserSentiment()
209 .setUserSentiment(USER_SENTIMENT_POSITIVE) in testPerhapsShowBlockingHelper_notShownDueToPositiveUserSentiment()
219 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testPerhapsShowBlockingHelper_notShownDueToShadeVisibility()
232 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testPerhapsShowBlockingHelper_notShownDueToNonblockability()
247 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testPerhapsShowBlockingHelper_notShownAsNotificationIsInMultipleChildGroup()
257 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testBlockingHelperShowAndDismiss()
H A DNotificationGutsManagerTest.java356 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_highPriority()
389 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_PassesAlongProvisionedState()
423 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_withInitialAction()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java290 public NotificationEntryBuilder setUserSentiment(int userSentiment) { in setUserSentiment() method in NotificationEntryBuilder
291 mRankingBuilder.setUserSentiment(userSentiment); in setUserSentiment()
H A DNotificationEntryTest.java187 .setUserSentiment(Ranking.USER_SENTIMENT_NEGATIVE) in testCreateNotificationDataEntry_RankingUpdate()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java146 private void setUserSentiment(String key, int sentiment) { in setUserSentiment() method in NotificationEntryManagerTest
225 setUserSentiment(mSbn.getKey(), Ranking.USER_SENTIMENT_NEUTRAL); in setUp()
265 setUserSentiment( in testUpdateNotification_updatesUserSentiment()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRankingBuilder.java217 public RankingBuilder setUserSentiment(int userSentiment) { in setUserSentiment() method in RankingBuilder
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java678 setUserSentiment(adjustment.getSignals().getInt( in applyAdjustments()
1174 private void setUserSentiment(int userSentiment) { in setUserSentiment() method in NotificationRecord