Home
last modified time | relevance | path

Searched refs:getUserSentiment (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java92 assertEquals(getUserSentiment(i), ranking.getUserSentiment()); in testRanking()
125 userSentiment.putInt(key, getUserSentiment(i)); in generateUpdate()
167 private int getUserSentiment(int index) { in getUserSentiment() method in NotificationListenerServiceTest
DNotificationRecordTest.java533 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment()
541 assertEquals(USER_SENTIMENT_NEGATIVE, record.getUserSentiment()); in testUserSentiment()
550 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
553 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment()
569 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
580 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
588 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationDataTest.java404 outRanking.canShowBadge(), outRanking.getUserSentiment(), true); in getRanking()
411 outRanking.canShowBadge(), outRanking.getUserSentiment(), true); in getRanking()
418 outRanking.canShowBadge(), outRanking.getUserSentiment(), false); in getRanking()
/frameworks/base/core/java/android/service/notification/
DNotificationRankingUpdate.java155 public Bundle getUserSentiment() { in getUserSentiment() method in NotificationRankingUpdate
DNotificationListenerService.java1531 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
1679 getShowBadge(key), getUserSentiment(key), getHidden(key));
1796 private int getUserSentiment(String key) { in getUserSentiment() method in NotificationListenerService.Ranking
1918 Bundle userSentiment = mRankingUpdate.getUserSentiment(); in buildUserSentimentLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java648 entry.userSentiment = mTmpRanking.getUserSentiment(); in updateRankingAndSort()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java984 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
/frameworks/base/config/
Dboot-image-profile.txt29625 HSPLandroid/service/notification/NotificationListenerService$RankingMap;->getUserSentiment(Ljava/la…
29664 HSPLandroid/service/notification/NotificationRankingUpdate;->getUserSentiment()Landroid/os/Bundle;
Dhiddenapi-public-dex.txt40073 Landroid/service/notification/NotificationListenerService$Ranking;->getUserSentiment()I
/frameworks/base/api/
Dcurrent.txt39406 method public int getUserSentiment();