Searched refs:mUserSentiment (Results 1 – 3 of 3) sorted by relevance
1510 private @UserSentiment int mUserSentiment = USER_SENTIMENT_NEUTRAL; field in NotificationListenerService.Ranking1542 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)
176 private int mUserSentiment; field in NotificationRecord1066 mUserSentiment = USER_SENTIMENT_POSITIVE; in calculateUserSentiment()1071 mUserSentiment = userSentiment; in setUserSentiment()1075 return mUserSentiment; in getUserSentiment()
63600 Landroid/service/notification/NotificationListenerService$Ranking;->mUserSentiment:I63643 Landroid/service/notification/NotificationListenerService$RankingMap;->mUserSentiment:Landroid/util…63683 Landroid/service/notification/NotificationRankingUpdate;->mUserSentiment:Landroid/os/Bundle;