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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationBlockingHelperManagerTest.java 37 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
123 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
134 groupRow.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
149 childRow.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
176 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
187 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
200 childRow.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
208 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
NotificationGutsManagerTest.java 23 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
273 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
299 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE;
NotificationEntryManagerTest.java 235 setUserSentiment(mEntry.key, NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE);
251 NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBlockingHelperManager.java 36 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
81 if ((row.getEntry().userSentiment == USER_SENTIMENT_NEGATIVE || DEBUG)
NotificationGutsManager.java 22 .USER_SENTIMENT_NEGATIVE;
285 row.getEntry().userSentiment == USER_SENTIMENT_NEGATIVE);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationListenerServiceTest.java 20 .USER_SENTIMENT_NEGATIVE;
170 return USER_SENTIMENT_NEGATIVE;
NotificationRecordTest.java 20 .USER_SENTIMENT_NEGATIVE;
536 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE);
541 assertEquals(USER_SENTIMENT_NEGATIVE, record.getUserSentiment());
565 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE);
583 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE);
    [all...]
NotificationManagerServiceTest.java     [all...]
  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Assistant.java 20 import static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
294 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE);
  /frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
AssistantTest.java 186 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE,
221 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE,
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java     [all...]

Completed in 198 milliseconds