Searched refs:setUserSentiment (Results 1 – 5 of 5) sorted by relevance
313 public NotificationEntryBuilder setUserSentiment(int userSentiment) { in setUserSentiment() method in NotificationEntryBuilder314 mRankingBuilder.setUserSentiment(userSentiment); in setUserSentiment()
354 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_highPriority()387 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_PassesAlongProvisionedState()421 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_withInitialAction()
235 public RankingBuilder setUserSentiment(int userSentiment) { in setUserSentiment() method in RankingBuilder
239 .setUserSentiment(Ranking.USER_SENTIMENT_NEGATIVE) in testCreateNotificationDataEntry_RankingUpdate()
713 setUserSentiment(adjustment.getSignals().getInt( in applyAdjustments()1244 private void setUserSentiment(int userSentiment) { in setUserSentiment() method in NotificationRecord