HomeSort by relevance Sort by last modified time
    Searched refs:USER_SENTIMENT_NEUTRAL (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationListenerServiceTest.java 22 .USER_SENTIMENT_NEUTRAL;
172 return USER_SENTIMENT_NEUTRAL;
176 return USER_SENTIMENT_NEUTRAL;
NotificationRecordTest.java 22 .USER_SENTIMENT_NEUTRAL;
533 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment());
550 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment());
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationBlockingHelperManagerTest.java 38 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL;
159 row.getEntry().userSentiment = USER_SENTIMENT_NEUTRAL;
NotificationEntryManagerTest.java 186 setUserSentiment(mEntry.key, NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL);
225 NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL);
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 25 .USER_SENTIMENT_NEUTRAL;
621 Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEUTRAL));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 106 public int userSentiment = Ranking.USER_SENTIMENT_NEUTRAL;

Completed in 1429 milliseconds