Searched refs:notificationsController (Results 1 – 5 of 5) sorted by relevance
60 private var notificationsController: NotificationsController? = null in <lambda>() variable119 notificationsController: NotificationsController?, in <lambda>()122 this.notificationsController = notificationsController in <lambda>()162 notificationsController?.getActiveNotificationsCount() ?: 0 in <lambda>()
70 private val notificationsController = mock<NotificationsController>() constant in com.android.systemui.scene.domain.interactor.WindowRootViewVisibilityInteractorTest86 .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()
70 private val notificationsController = mock<ScreenshotNotificationsController>() constant72 ScreenshotNotificationsController.Factory { notificationsController } in <lambda>()122 verify(notificationsController, times(1)).notifyScreenshotError(anyInt()) in takeScreenshotFullscreen_userLocked()
706 NotificationsController notificationsController, in NotificationStackScrollLayoutController() argument758 mNotificationsController = notificationsController; in NotificationStackScrollLayoutController()
609 NotificationsController notificationsController, in CentralSurfacesImpl() argument715 mNotificationsController = notificationsController; in CentralSurfacesImpl()