Searched defs:getUserSentiment (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java92 assertEquals(getUserSentiment(i), ranking.getUserSentiment());
125 userSentiment.putInt(key, getUserSentiment(i));
167 private int getUserSentiment(int index) { method in class:NotificationListenerServiceTest
/frameworks/base/core/java/android/service/notification/
H A DNotificationRankingUpdate.java155 public Bundle getUserSentiment() { method in class:NotificationRankingUpdate
H A DNotificationListenerService.java1531 public int getUserSentiment() { method in class:NotificationListenerService.Ranking
1679 getShowBadge(key), getUserSentiment(key), getHidden(key));
1796 private int getUserSentiment(String key) { method in class:NotificationListenerService.RankingMap
1918 Bundle userSentiment = mRankingUpdate.getUserSentiment();
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java984 public int getUserSentiment() { method in class:NotificationRecord

Completed in 731 milliseconds