Home
last modified time | relevance | path

Searched refs:mNotificationPresenter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinder.java54 private NotificationPresenter mNotificationPresenter; field in HeadsUpViewBinder
69 mNotificationPresenter = presenter; in setPresenter()
81 && !mNotificationPresenter.isPresenterFullyCollapsed(); in bindHeadsUpView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java271 @Mock private StatusBarNotificationPresenter mNotificationPresenter; field in CentralSurfacesImplTest
470 mShadeController.setNotificationPresenter(mNotificationPresenter); in setup()
548 (Lazy<NotificationPresenter>) () -> mNotificationPresenter, in createCentralSurfaces()