Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeController.java171 default void setNotificationPresenter(NotificationPresenter presenter) {} in setNotificationPresenter() method
H A DShadeControllerImpl.java401 public void setNotificationPresenter(NotificationPresenter presenter) { in setNotificationPresenter() method in ShadeControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java459 mShadeController.setNotificationPresenter(mNotificationPresenter); in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java1560 mShadeController.setNotificationPresenter(mPresenterLazy.get()); in setUpPresenter()