Searched refs:KEY_USER_SENTIMENT (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | Adjustment.java | 55 KEY_TEXT_REPLIES, KEY_USER_SENTIMENT 89 public static final String KEY_USER_SENTIMENT = "key_user_sentiment"; field in Adjustment
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 673 if (signals.containsKey(Adjustment.KEY_USER_SENTIMENT)) { in applyAdjustments() 679 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments() 681 Adjustment.KEY_USER_SENTIMENT, in applyAdjustments()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordTest.java | 701 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment() 730 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() 748 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_userLocked()
|
H A D | NotificationManagerServiceTest.java | 57 import static android.service.notification.Adjustment.KEY_USER_SENTIMENT; 3956 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyAdjustmentMultiUser() 3998 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyEnqueuedAdjustmentFromAssistant_singleUser() 4035 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyEnqueuedAdjustmentFromAssistant_crossUser() 4055 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testUserSentimentChangeTriggersUpdate() 4073 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testTooLateAdjustmentTriggersUpdate() 4165 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testEnqueuedAdjustmentAppliesAdjustments() 6621 when(mAssistants.isAdjustmentAllowed(KEY_USER_SENTIMENT)).thenReturn(false); in testAdjustRestrictedKey() 6625 signals.putInt(KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testAdjustRestrictedKey()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 10122 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
|