Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java20 …rt static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
129 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testPerhapsShowBlockingHelper_shown()
145 groupRow.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testPerhapsShowBlockingHelper_notShownForMultiChannelGroup()
155 groupRow.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testPerhapsShowBlockingHelper_shownForLargeGroup()
170 childRow.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testPerhapsShowBlockingHelper_shownForOnlyChildNotification()
198 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testPerhapsShowBlockingHelper_notShownDueToShadeVisibility()
209 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testPerhapsShowBlockingHelper_notShownDueToNonblockability()
222 childRow.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testPerhapsShowBlockingHelper_notShownAsNotificationIsInMultipleChildGroup()
230 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testBlockingHelperShowAndDismiss()
DNotificationGutsManagerTest.java23 …rt static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
315 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testInitializeNotificationInfoView_showBlockingHelper()
344 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testInitializeNotificationInfoView_dontShowBlockingHelper()
373 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testInitializeNotificationInfoView_highPriority()
404 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testInitializeNotificationInfoView_PassesAlongProvisionedState()
434 row.getEntry().userSentiment = USER_SENTIMENT_NEGATIVE; in testInitializeNotificationInfoView_withInitialAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java20 .USER_SENTIMENT_NEGATIVE;
90 if ((row.getEntry().userSentiment == USER_SENTIMENT_NEGATIVE || DEBUG) in perhapsShowBlockingHelper()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java23 …rt static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
615 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment()
620 assertEquals(USER_SENTIMENT_NEGATIVE, record.getUserSentiment()); in testUserSentiment()
644 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
662 signals.putInt(Adjustment.KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testUserSentiment_userLocked()
DNotificationListenerServiceTest.java20 …rt static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
304 return USER_SENTIMENT_NEGATIVE; in getUserSentiment()
DNotificationManagerServiceTest.java48 …rt static android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE;
2908 USER_SENTIMENT_NEGATIVE); in testApplyAdjustmentMultiUser()
2950 USER_SENTIMENT_NEGATIVE); in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
2955 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
2987 USER_SENTIMENT_NEGATIVE); in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
3010 USER_SENTIMENT_NEGATIVE); in testUserSentimentChangeTriggersUpdate()
3031 USER_SENTIMENT_NEGATIVE); in testTooLateAdjustmentTriggersUpdate()
3052 USER_SENTIMENT_NEGATIVE); in testEnqueuedAdjustmentAppliesAdjustments()
3057 assertEquals(USER_SENTIMENT_NEGATIVE, in testEnqueuedAdjustmentAppliesAdjustments()
4895 signals.putInt(KEY_USER_SENTIMENT, USER_SENTIMENT_NEGATIVE); in testAdjustRestrictedKey()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java303 setUserSentiment(mEntry.key, NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE); in testUpdateNotification()
318 NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE); in testUpdateNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java328 when(ranking.getUserSentiment()).thenReturn(Ranking.USER_SENTIMENT_NEGATIVE); in testCreateNotificationDataEntry_RankingUpdate()
340 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.userSentiment); in testCreateNotificationDataEntry_RankingUpdate()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1476 public static final int USER_SENTIMENT_NEGATIVE = -1; field in NotificationListenerService.Ranking
1488 USER_SENTIMENT_NEGATIVE, USER_SENTIMENT_NEUTRAL, USER_SENTIMENT_POSITIVE
/frameworks/base/api/
Dcurrent.txt41565 field public static final int USER_SENTIMENT_NEGATIVE = -1; // 0xffffffff