Home
last modified time | relevance | path

Searched refs:KEY_USER_SENTIMENT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DAdjustment.java65 public static final String KEY_USER_SENTIMENT = "key_user_sentiment"; field in Adjustment
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java536 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment()
565 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
583 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_userLocked()
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
DAssistantTest.java187 captor.getValue().getSignals().getInt(Adjustment.KEY_USER_SENTIMENT)); in testTriggerAdjustment()
222 captor.getValue().getSignals().getInt(Adjustment.KEY_USER_SENTIMENT)); in testGroupChildCanTriggerAdjustment()
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DAssistant.java294 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in createNegativeAdjustment()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java615 if (signals.containsKey(Adjustment.KEY_USER_SENTIMENT)) { in applyAdjustments()
621 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL)); in applyAdjustments()
/frameworks/base/api/
Dtest-current.txt853 field public static final java.lang.String KEY_USER_SENTIMENT = "key_user_sentiment";
Dsystem-current.txt4557 field public static final java.lang.String KEY_USER_SENTIMENT = "key_user_sentiment";
/frameworks/base/config/
Dhiddenapi-public-dex.txt40003 Landroid/service/notification/Adjustment;->KEY_USER_SENTIMENT:Ljava/lang/String;