Searched refs:mUserSentiment (Results 1 – 4 of 4) sorted by relevance
48 private int mUserSentiment = 0; field in RankingBuilder77 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()106 mUserSentiment, in build()218 mUserSentiment = userSentiment; in setUserSentiment()
1694 private @UserSentiment int mUserSentiment = USER_SENTIMENT_NEUTRAL; field in NotificationListenerService.Ranking1731 out.writeInt(mUserSentiment); in writeToParcel()1769 mUserSentiment = in.readInt(); in Ranking()1896 return mUserSentiment; in getUserSentiment()2050 mUserSentiment = userSentiment; in populate()2091 other.mUserSentiment, in populate()2146 && Objects.equals(mUserSentiment, other.mUserSentiment) in equals()
182 private int mUserSentiment; field in NotificationRecord1141 mUserSentiment = USER_SENTIMENT_POSITIVE; in calculateUserSentiment()1146 mUserSentiment = userSentiment; in setUserSentiment()1150 return mUserSentiment; in getUserSentiment()
53011 Landroid/service/notification/NotificationListenerService$Ranking;->mUserSentiment:I53054 Landroid/service/notification/NotificationListenerService$RankingMap;->mUserSentiment:Landroid/util…53094 Landroid/service/notification/NotificationRankingUpdate;->mUserSentiment:Landroid/os/Bundle;