Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java21 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
295 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
299 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
DNotificationRecordTest.java30 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
868 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment()
885 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
DNotificationManagerServiceTest.java106 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
6369 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
9664 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
/frameworks/base/core/tests/coretests/src/android/service/notification/
DNotificationRankingUpdateTest.java20 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
198 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
202 return USER_SENTIMENT_NEUTRAL; in getUserSentiment()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1704 public static final int USER_SENTIMENT_NEUTRAL = 0; field in NotificationListenerService.Ranking
1712 USER_SENTIMENT_NEGATIVE, USER_SENTIMENT_NEUTRAL, USER_SENTIMENT_POSITIVE
1758 private @UserSentiment int mUserSentiment = USER_SENTIMENT_NEUTRAL;
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java28 …ort static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
731 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41257 field public static final int USER_SENTIMENT_NEUTRAL = 0; // 0x0