Home
last modified time | relevance | path

Searched refs:mUserSentiment (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1510 private @UserSentiment int mUserSentiment = USER_SENTIMENT_NEUTRAL; field in NotificationListenerService.Ranking
1542 out.writeInt(mUserSentiment); in writeToParcel()
1575 mUserSentiment = in.readInt(); in Ranking()
1687 return mUserSentiment; in getUserSentiment()
1805 mUserSentiment = userSentiment; in populate()
1831 other.mUserSentiment,
1882 && Objects.equals(mUserSentiment, other.mUserSentiment)
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java176 private int mUserSentiment; field in NotificationRecord
1066 mUserSentiment = USER_SENTIMENT_POSITIVE; in calculateUserSentiment()
1071 mUserSentiment = userSentiment; in setUserSentiment()
1075 return mUserSentiment; in getUserSentiment()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63600 Landroid/service/notification/NotificationListenerService$Ranking;->mUserSentiment:I
63643 Landroid/service/notification/NotificationListenerService$RankingMap;->mUserSentiment:Landroid/util…
63683 Landroid/service/notification/NotificationRankingUpdate;->mUserSentiment:Landroid/os/Bundle;