Searched refs:KEY_USER_SENTIMENT (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | Adjustment.java | 57 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/ |
D | NotificationRecordTest.java | 615 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()
|
D | NotificationManagerServiceTest.java | 47 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/ |
D | NotificationRecord.java | 666 if (signals.containsKey(Adjustment.KEY_USER_SENTIMENT)) { in applyAdjustments() 672 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
|
/frameworks/base/api/ |
D | test-current.txt | 2649 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
|
D | system-current.txt | 6565 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
|