Searched refs:notificationsController (Results 1 – 5 of 5) sorted by relevance
67 private val notificationsController = mock<ScreenshotNotificationsController>() regex80 notificationsController,180 verify(notificationsController, times(1)).notifyScreenshotError(anyInt())272 verify(notificationsController, times(1)).notifyScreenshotError(anyInt())
104 ScreenshotNotificationsController notificationsController, Context context, in TakeScreenshotService() argument115 mNotificationsController = notificationsController; in TakeScreenshotService()
634 NotificationsController notificationsController, in NotificationStackScrollLayoutController() argument685 mNotificationsController = notificationsController; in NotificationStackScrollLayoutController()
4656 public void setNotificationsController(NotificationsController notificationsController) { in setNotificationsController() argument4657 this.mNotificationsController = notificationsController; in setNotificationsController()
678 NotificationsController notificationsController, in CentralSurfacesImpl() argument785 mNotificationsController = notificationsController; in CentralSurfacesImpl()