Searched refs:setUserSentiment (Results 1 – 7 of 7) sorted by relevance
134 .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()
356 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_highPriority()389 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_PassesAlongProvisionedState()423 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_withInitialAction()
290 public NotificationEntryBuilder setUserSentiment(int userSentiment) { in setUserSentiment() method in NotificationEntryBuilder291 mRankingBuilder.setUserSentiment(userSentiment); in setUserSentiment()
187 .setUserSentiment(Ranking.USER_SENTIMENT_NEGATIVE) in testCreateNotificationDataEntry_RankingUpdate()
146 private void setUserSentiment(String key, int sentiment) { in setUserSentiment() method in NotificationEntryManagerTest225 setUserSentiment(mSbn.getKey(), Ranking.USER_SENTIMENT_NEUTRAL); in setUp()265 setUserSentiment( in testUpdateNotification_updatesUserSentiment()
217 public RankingBuilder setUserSentiment(int userSentiment) { in setUserSentiment() method in RankingBuilder
678 setUserSentiment(adjustment.getSignals().getInt( in applyAdjustments()1174 private void setUserSentiment(int userSentiment) { in setUserSentiment() method in NotificationRecord