Home
last modified time | relevance | path

Searched refs:setNotificationRemoveInterceptor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java135 public void setNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in setNotificationRemoveInterceptor() method in NotificationEntryManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java201 .setNotificationRemoveInterceptor(mRemoveInterceptorCaptor.capture()); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java249 mEntryManager.setNotificationRemoveInterceptor(mRemoveInterceptor); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java263 mNotificationEntryManager.setNotificationRemoveInterceptor(mRemoveInterceptor); in BubbleController()