/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 115 assertEquals(getUserSentiment(i), ranking.getUserSentiment()); in testRanking() 184 tweak.getUserSentiment(), in testRankingUpdate_equals() 264 getUserSentiment(i), in generateUpdate() 314 private int getUserSentiment(int index) { in getUserSentiment() method in NotificationListenerServiceTest 429 assertEquals(comment, a.getUserSentiment(), b.getUserSentiment()); in detailedAssertEquals()
|
D | NotificationRecordTest.java | 660 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment() 668 assertEquals(USER_SENTIMENT_NEGATIVE, record.getUserSentiment()); in testUserSentiment() 677 assertEquals(USER_SENTIMENT_NEUTRAL, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment() 680 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceUpdatesSentiment() 696 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() 707 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked() 715 assertEquals(USER_SENTIMENT_POSITIVE, record.getUserSentiment()); in testUserSentiment_userLocked()
|
D | NotificationManagerServiceTest.java | 3680 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() 3717 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() 3773 assertEquals(USER_SENTIMENT_NEGATIVE, r.getUserSentiment()); in testEnqueuedAdjustmentAppliesAdjustments() 5584 assertEquals(USER_SENTIMENT_NEUTRAL, r.getUserSentiment()); in testAdjustRestrictedKey()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManager.java | 95 if ((row.getEntry().getUserSentiment() == USER_SENTIMENT_NEGATIVE || DEBUG) in perhapsShowBlockingHelper()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | RankingBuilder.java | 76 mUserSentiment = ranking.getUserSentiment(); in RankingBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 336 public int getUserSentiment() { in getUserSentiment() method in NotificationEntry 337 return mRanking.getUserSentiment(); in getUserSentiment()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryTest.java | 196 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, entry.getUserSentiment()); in testCreateNotificationDataEntry_RankingUpdate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 243 assertEquals(entry.getUserSentiment(), Ranking.USER_SENTIMENT_NEUTRAL); in testAddNotification_setsUserSentiment() 254 assertEquals(Ranking.USER_SENTIMENT_NEGATIVE, mEntry.getUserSentiment()); in testUpdateNotification_updatesUserSentiment()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1747 public int getUserSentiment() { in getUserSentiment() method in NotificationListenerService.Ranking
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1132 public int getUserSentiment() { in getUserSentiment() method in NotificationRecord
|
D | NotificationManagerService.java | 7352 userSentimentBefore.add(r.getUserSentiment()); 7371 || !Objects.equals(userSentimentBefore.get(i), r.getUserSentiment()) 8529 record.getUserSentiment(),
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 21923 HSPLcom/android/server/notification/NotificationRecord;->getUserSentiment()I
|
/frameworks/base/api/ |
D | current.txt | 43876 method public int getUserSentiment();
|