Home
last modified time | relevance | path

Searched refs:USER_SENTIMENT_NEUTRAL (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java22 .USER_SENTIMENT_NEUTRAL;
172 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
176 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
DNotificationRecordTest.java22 .USER_SENTIMENT_NEUTRAL;
533 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment()
550 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationBlockingHelperManagerTest.java38 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
159 row.getEntry().userSentiment = USER_SENTIMENT_NEUTRAL; in testPerhapsShowBlockingHelper_notShownDueToNeutralUserSentiment()
DNotificationEntryManagerTest.java186 setUserSentiment(mEntry.key, NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL); in setUp()
225 NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL); in testAddNotification()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1397 public static final int USER_SENTIMENT_NEUTRAL = 0; field in NotificationListenerService.Ranking
1405 USER_SENTIMENT_NEGATIVE, USER_SENTIMENT_NEUTRAL, USER_SENTIMENT_POSITIVE
1427 private @UserSentiment int mUserSentiment = USER_SENTIMENT_NEUTRAL;
1804 ? Ranking.USER_SENTIMENT_NEUTRAL : userSentiment.intValue(); in getUserSentiment()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java25 .USER_SENTIMENT_NEUTRAL;
621 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java106 public int userSentiment = Ranking.USER_SENTIMENT_NEUTRAL;
/frameworks/base/config/
Dhiddenapi-public-dex.txt40078 Landroid/service/notification/NotificationListenerService$Ranking;->USER_SENTIMENT_NEUTRAL:I
/frameworks/base/api/
Dcurrent.txt39411 field public static final int USER_SENTIMENT_NEUTRAL = 0; // 0x0