Home
last modified time | relevance | path

Searched refs:notificationsController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractor.kt60 private var notificationsController: NotificationsController? = null in <lambda>() variable
119 notificationsController: NotificationsController?, in <lambda>()
122 this.notificationsController = notificationsController in <lambda>()
162 notificationsController?.getActiveNotificationsCount() ?: 0 in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt70 private val notificationsController = mock<NotificationsController>() constant in com.android.systemui.scene.domain.interactor.WindowRootViewVisibilityInteractorTest
86 .apply { setUp(notificationPresenter, notificationsController) } in <lambda>()
220 underTest.setUp(presenter = null, notificationsController) in lockscreenShadeInteractive_nullPresenter_notifEffectsNotCleared()
282 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(4) in lockscreenShadeInteractive_hasHeadsUpAndNotifPresenterCollapsed_flagOff_notifCountOne()
314 underTest.setUp(presenter = null, notificationsController) in lockscreenShadeInteractive_hasHeadsUpAndNullPresenter_notifCountOne()
331 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(9) in lockscreenShadeInteractive_noHeadsUp_flagOff_notifCountMatchesNotifController()
365 whenever(notificationsController.getActiveNotificationsCount()).thenReturn(8) in lockscreenShadeInteractive_notifPresenterNotCollapsed_flagOff_notifCountMatchesNotifController()
398 underTest.setUp(notificationPresenter, notificationsController = null) in lockscreenShadeInteractive_noHeadsUp_noNotifController_notifCountZero()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DTakeScreenshotServiceTest.kt70 private val notificationsController = mock<ScreenshotNotificationsController>() constant
72 ScreenshotNotificationsController.Factory { notificationsController } in <lambda>()
122 verify(notificationsController, times(1)).notifyScreenshotError(anyInt()) in takeScreenshotFullscreen_userLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java706 NotificationsController notificationsController, in NotificationStackScrollLayoutController() argument
758 mNotificationsController = notificationsController; in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java609 NotificationsController notificationsController, in CentralSurfacesImpl() argument
715 mNotificationsController = notificationsController; in CentralSurfacesImpl()