Home
last modified time | relevance | path

Searched refs:addAdjustment (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAdjustmentExtractorTest.java64 r.addAdjustment(adjustment); in testExtractsAdjustment()
89 r.addAdjustment(pAdjustment); in testExtractsAdjustments()
96 r.addAdjustment(sAdjustment); in testExtractsAdjustments()
101 r.addAdjustment(gAdjustment); in testExtractsAdjustments()
DNotificationRecordTest.java551 record.addAdjustment(new Adjustment(PKG_O, KEY_IMPORTANCE, signals, "", uid)); in testLogMakerImportanceAsst()
628 record.addAdjustment(new Adjustment(PKG_O, KEY_IMPORTANCE, signals, "", uid)); in testLogMakerImportanceMulti()
702 record.addAdjustment(new Adjustment(mPkg, record.getKey(), signals, null, sbn.getUserId())); in testUserSentiment()
731 record.addAdjustment(new Adjustment(mPkg, record.getKey(), signals, null, sbn.getUserId())); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate()
749 record.addAdjustment(new Adjustment(mPkg, record.getKey(), signals, null, sbn.getUserId())); in testUserSentiment_userLocked()
1036 record.addAdjustment(adjustment); in testIgnoreImportanceAdjustmentsForOemLockedChannels()
1060 record.addAdjustment(adjustment); in testIgnoreImportanceAdjustmentsForDefaultAppLockedChannels()
1084 record.addAdjustment(adjustment); in testApplyImportanceAdjustmentsForNonOemDefaultAppLockedChannels()
1274 record.addAdjustment(adjustment); in testIsConversation_withAdjustmentOverride()
DNotificationManagerServiceTest.java8009 r.addAdjustment(adjustment); in testImmutableDirectReplyContextualActionIntent()
8040 r.addAdjustment(adjustment); in testMutableDirectReplyContextualActionIntent()
8074 r.addAdjustment(adjustment); in testImmutableContextualActionIntent()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java636 public void addAdjustment(Adjustment adjustment) { in addAdjustment() method in NotificationRecord
DNotificationManagerService.java5635 r.addAdjustment(adjustment);
5670 r.addAdjustment(adjustment);
/frameworks/base/services/
Dart-profile27134 HPLcom/android/server/notification/NotificationRecord;->addAdjustment(Landroid/service/notification…