Home
last modified time | relevance | path

Searched refs:KEY_USER_SENTIMENT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DAdjustment.java58 KEY_USER_SENTIMENT,
101 public static final String KEY_USER_SENTIMENT = "key_user_sentiment"; field in Adjustment
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java725 if (signals.containsKey(Adjustment.KEY_USER_SENTIMENT)) { in applyAdjustments()
731 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
733 Adjustment.KEY_USER_SENTIMENT, in applyAdjustments()
DNotificationManagerService.java454 Adjustment.KEY_USER_SENTIMENT,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java871 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment()
900 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
918 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_userLocked()
DNotificationManagerServiceTest.java94 import static android.service.notification.Adjustment.KEY_USER_SENTIMENT;
6284 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyAdjustmentMultiUser()
6326 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
6363 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
6383 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testUserSentimentChangeTriggersUpdate()
6401 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testTooLateAdjustmentTriggersUpdate()
6590 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testEnqueuedAdjustmentAppliesAdjustments()
9652 when(mAssistants.isAdjustmentAllowed(KEY_USER_SENTIMENT)).thenReturn(false); in testAdjustRestrictedKey()
9656 signals.putInt(KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testAdjustRestrictedKey()
/frameworks/base/core/api/
Dsystem-current.txt12889 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";