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.java57 KEY_TEXT_REPLIES, KEY_USER_SENTIMENT
91 public static final String KEY_USER_SENTIMENT = "key_user_sentiment"; field in Adjustment
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java615 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment()
644 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
662 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_userLocked()
DNotificationManagerServiceTest.java47 import static android.service.notification.Adjustment.KEY_USER_SENTIMENT;
2907 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyAdjustmentMultiUser()
2949 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
2986 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
3009 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testUserSentimentChangeTriggersUpdate()
3030 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testTooLateAdjustmentTriggersUpdate()
3051 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testEnqueuedAdjustmentAppliesAdjustments()
4891 when(mAssistants.isAdjustmentAllowed(KEY_USER_SENTIMENT)).thenReturn(false); in testAdjustRestrictedKey()
4895 signals.putInt(KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testAdjustRestrictedKey()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java666 if (signals.containsKey(Adjustment.KEY_USER_SENTIMENT)) { in applyAdjustments()
672 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
/frameworks/base/api/
Dtest-current.txt2649 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
Dsystem-current.txt6565 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";