Searched refs:KEY_USER_SENTIMENT (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | Adjustment.java | 58 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/ |
D | NotificationRecord.java | 725 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()
|
D | NotificationManagerService.java | 454 Adjustment.KEY_USER_SENTIMENT,
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordTest.java | 871 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()
|
D | NotificationManagerServiceTest.java | 94 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/ |
D | system-current.txt | 12889 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
|