Searched refs:ScreenshotActionsController (Results 1 – 5 of 5) sorted by relevance
41 private lateinit var actionsController: ScreenshotActionsController52 actionsCallback: ScreenshotActionsController.ActionsCallback in create()68 ScreenshotActionsController(viewModel, actionsProviderFactory, actionExecutor) in setUp()89 private val actionsCallback: ScreenshotActionsController.ActionsCallback
48 private val actionsCallback = mock<ScreenshotActionsController.ActionsCallback>()
60 actionsCallback: ScreenshotActionsController.ActionsCallback, in <lambda>()73 @Assisted val actionsCallback: ScreenshotActionsController.ActionsCallback,174 actionsCallback: ScreenshotActionsController.ActionsCallback, in create()
33 class ScreenshotActionsController class84 fun getController(actionExecutor: ActionExecutor): ScreenshotActionsController in getController()
204 private final ScreenshotActionsController mActionsController;268 ScreenshotActionsController.Factory screenshotActionsControllerFactory, in ScreenshotController()