Searched refs:applyEnqueuedAdjustmentFromAssistant (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | NotificationAssistantService.java | 325 getNotificationInterface().applyEnqueuedAdjustmentFromAssistant(mWrapper, adjustment); in adjustNotification() 554 getNotificationInterface().applyEnqueuedAdjustmentFromAssistant( in handleMessage()
|
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 181 …void applyEnqueuedAdjustmentFromAssistant(in INotificationListener token, in Adjustment adjustment… in applyEnqueuedAdjustmentFromAssistant() method
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1884 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testBlockedNotifications_blockedByAssistant() 6330 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() 6348 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testApplyEnqueuedAdjustmentFromAssistant_importance() 6367 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() 6405 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testTooLateAdjustmentTriggersUpdate() 6506 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment1); in testSensitiveAdjustmentsLogged() 6519 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment2); in testSensitiveAdjustmentsLogged() 6526 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment3); in testSensitiveAdjustmentsLogged() 6594 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testEnqueuedAdjustmentAppliesAdjustments() 6614 mBinderService.applyEnqueuedAdjustmentFromAssistant(null, adjustment); in testEnqueuedAdjustmentAppliesAdjustments_MultiNotifications()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 6258 public void applyEnqueuedAdjustmentFromAssistant(INotificationListener token,
|
/frameworks/base/services/ |
D | art-profile | 2020 …droid/server/notification/NotificationManagerService$12;->applyEnqueuedAdjustmentFromAssistant(Lan…
|
D | art-wear-profile | 15871 …droid/server/notification/NotificationManagerService$12;->applyEnqueuedAdjustmentFromAssistant(Lan…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6413 Landroid/app/INotificationManager$Stub$Proxy;->applyEnqueuedAdjustmentFromAssistant(Landroid/servic… 6610 Landroid/app/INotificationManager;->applyEnqueuedAdjustmentFromAssistant(Landroid/service/notificat…
|