Searched refs:USER_SENTIMENT_NEUTRAL (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManagerTest.java | 21 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL; 181 row.getEntry().userSentiment = USER_SENTIMENT_NEUTRAL; in testPerhapsShowBlockingHelper_notShownDueToNeutralUserSentiment()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 21 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL; 309 return USER_SENTIMENT_NEUTRAL; in getUserSentiment() 313 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
|
D | NotificationRecordTest.java | 24 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL; 638 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment() 655 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
|
D | NotificationManagerServiceTest.java | 50 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL; 3056 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() 4972 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 203 NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL, false, -1, in setSmartActions() 259 setUserSentiment(mEntry.key, NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL); in setUp() 296 NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL); in testAddNotification()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1480 public static final int USER_SENTIMENT_NEUTRAL = 0; field in NotificationListenerService.Ranking 1488 USER_SENTIMENT_NEGATIVE, USER_SENTIMENT_NEUTRAL, USER_SENTIMENT_POSITIVE 1510 private @UserSentiment int mUserSentiment = USER_SENTIMENT_NEUTRAL;
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 24 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL; 642 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 105 public int userSentiment = NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 42006 field public static final int USER_SENTIMENT_NEUTRAL = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 42150 field public static final int USER_SENTIMENT_NEUTRAL = 0; // 0x0
|