Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpViewBinder.java54 private NotificationPresenter mNotificationPresenter; field in HeadsUpViewBinder
69 mNotificationPresenter = presenter; in setPresenter()
81 && !mNotificationPresenter.isPresenterFullyCollapsed(); in bindHeadsUpView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java251 @Mock private StatusBarNotificationPresenter mNotificationPresenter; field in CentralSurfacesImplTest
459 mShadeController.setNotificationPresenter(mNotificationPresenter); in setup()
519 () -> mNotificationPresenter, in setup()
887 when(mNotificationPresenter.isPresenterFullyCollapsed()).thenReturn(true); in testPanelOpenForHeadsUp()
906 when(mNotificationPresenter.isPresenterFullyCollapsed()).thenReturn(false); in testPanelOpenAndClear()
924 when(mNotificationPresenter.isPresenterFullyCollapsed()).thenReturn(false); in testPanelOpenAndNoClear()