Searched refs:addAdjustment (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationAdjustmentExtractorTest.java | 64 r.addAdjustment(adjustment); in testExtractsAdjustment() 89 r.addAdjustment(pAdjustment); in testExtractsAdjustments() 96 r.addAdjustment(sAdjustment); in testExtractsAdjustments() 101 r.addAdjustment(gAdjustment); in testExtractsAdjustments()
|
D | NotificationRecordTest.java | 551 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()
|
D | NotificationManagerServiceTest.java | 8009 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/ |
D | NotificationRecord.java | 636 public void addAdjustment(Adjustment adjustment) { in addAdjustment() method in NotificationRecord
|
D | NotificationManagerService.java | 5635 r.addAdjustment(adjustment); 5670 r.addAdjustment(adjustment);
|
/frameworks/base/services/ |
D | art-profile | 27134 HPLcom/android/server/notification/NotificationRecord;->addAdjustment(Landroid/service/notification…
|