Home
last modified time | relevance | path

Searched refs:applyEnqueuedAdjustmentFromAssistant (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java266 getNotificationInterface().applyEnqueuedAdjustmentFromAssistant(mWrapper, adjustment); in adjustNotification()
471 getNotificationInterface().applyEnqueuedAdjustmentFromAssistant( in handleMessage()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl167 …void applyEnqueuedAdjustmentFromAssistant(in INotificationListener token, in Adjustment adjustment… in applyEnqueuedAdjustmentFromAssistant() method
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1178 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testBlockedNotifications_blockedByAssistant()
3678 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testApplyEnqueuedAdjustmentFromAssistant_singleUser()
3696 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testApplyEnqueuedAdjustmentFromAssistant_importance()
3715 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testApplyEnqueuedAdjustmentFromAssistant_crossUser()
3753 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testTooLateAdjustmentTriggersUpdate()
3771 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testEnqueuedAdjustmentAppliesAdjustments()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4823 public void applyEnqueuedAdjustmentFromAssistant(INotificationListener token,
/frameworks/base/services/
Dart-profile21275 …droid/server/notification/NotificationManagerService$10;->applyEnqueuedAdjustmentFromAssistant(Lan…