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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationBlockingHelperManagerTest.java 39 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_POSITIVE;
168 row.getEntry().userSentiment = USER_SENTIMENT_POSITIVE;
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationListenerServiceTest.java 24 .USER_SENTIMENT_POSITIVE;
174 return USER_SENTIMENT_POSITIVE;
NotificationRecordTest.java 24 .USER_SENTIMENT_POSITIVE;
553 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment());
569 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment());
580 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment());
588 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment());
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 27 .USER_SENTIMENT_POSITIVE;
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java     [all...]

Completed in 458 milliseconds