Searched refs:KEY_USER_SENTIMENT (Results 1 – 7 of 7) 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 | 663 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment() 692 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() 710 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_userLocked()
|
D | NotificationManagerServiceTest.java | 54 import static android.service.notification.Adjustment.KEY_USER_SENTIMENT; 3632 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyAdjustmentMultiUser() 3674 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyEnqueuedAdjustmentFromAssistant_singleUser() 3711 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testApplyEnqueuedAdjustmentFromAssistant_crossUser() 3731 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testUserSentimentChangeTriggersUpdate() 3749 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testTooLateAdjustmentTriggersUpdate() 3767 signals.putInt(Adjustment.KEY_USER_SENTIMENT, in testEnqueuedAdjustmentAppliesAdjustments() 5572 when(mAssistants.isAdjustmentAllowed(KEY_USER_SENTIMENT)).thenReturn(false); in testAdjustRestrictedKey() 5576 signals.putInt(KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testAdjustRestrictedKey()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 650 if (signals.containsKey(Adjustment.KEY_USER_SENTIMENT)) { in applyAdjustments() 656 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
|
/frameworks/base/api/ |
D | test-current.txt | 3675 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
|
D | system-current.txt | 9873 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8755 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
|