Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java313 public NotificationEntryBuilder setUserSentiment(int userSentiment) { in setUserSentiment() method in NotificationEntryBuilder
314 mRankingBuilder.setUserSentiment(userSentiment); in setUserSentiment()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManagerTest.java354 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_highPriority()
387 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_PassesAlongProvisionedState()
421 .setUserSentiment(USER_SENTIMENT_NEGATIVE) in testInitializeNotificationInfoView_withInitialAction()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java235 public RankingBuilder setUserSentiment(int userSentiment) { in setUserSentiment() method in RankingBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java239 .setUserSentiment(Ranking.USER_SENTIMENT_NEGATIVE) in testCreateNotificationDataEntry_RankingUpdate()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java713 setUserSentiment(adjustment.getSignals().getInt( in applyAdjustments()
1244 private void setUserSentiment(int userSentiment) { in setUserSentiment() method in NotificationRecord