Searched refs:mUserSentiment (Results 1 – 5 of 5) sorted by relevance
39 private final Integer mUserSentiment; field in NotificationRecordExtractorData67 mUserSentiment = userSentiment; in NotificationRecordExtractorData()90 || !Objects.equals(mUserSentiment, r.getUserSentiment()) in hasDiffForRankingLocked()113 || !Objects.equals(mUserSentiment, r.getUserSentiment()) in hasDiffForLoggingLocked()
194 private int mUserSentiment; field in NotificationRecord1278 mUserSentiment = USER_SENTIMENT_POSITIVE; in calculateUserSentiment()1283 mUserSentiment = userSentiment; in setUserSentiment()1287 return mUserSentiment; in getUserSentiment()
50 private int mUserSentiment = 0; field in RankingBuilder81 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()112 mUserSentiment, in build()236 mUserSentiment = userSentiment; in setUserSentiment()
1758 private @UserSentiment int mUserSentiment = USER_SENTIMENT_NEUTRAL; field in NotificationListenerService.Ranking1800 out.writeInt(mUserSentiment); in writeToParcel()1840 mUserSentiment = in.readInt(); in Ranking()1997 return mUserSentiment; in getUserSentiment()2165 mUserSentiment = userSentiment; in populate()2208 other.mUserSentiment, in populate()2265 && Objects.equals(mUserSentiment, other.mUserSentiment) in equals()
49045 Landroid/service/notification/NotificationListenerService$Ranking;->mUserSentiment:I49088 Landroid/service/notification/NotificationListenerService$RankingMap;->mUserSentiment:Landroid/util…49128 Landroid/service/notification/NotificationRankingUpdate;->mUserSentiment:Landroid/os/Bundle;