Home
last modified time | relevance | path

Searched refs:KEY_USER_SENTIMENT (Results 1 – 7 of 7) 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.java663 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()
DNotificationManagerServiceTest.java54 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/
DNotificationRecord.java650 if (signals.containsKey(Adjustment.KEY_USER_SENTIMENT)) { in applyAdjustments()
656 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
/frameworks/base/api/
Dtest-current.txt3675 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
Dsystem-current.txt9873 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";
/frameworks/base/non-updatable-api/
Dsystem-current.txt8755 field public static final String KEY_USER_SENTIMENT = "key_user_sentiment";