Searched refs:ActionExecutor (Results 1 – 7 of 7) sorted by relevance
55 private lateinit var actionExecutor: ActionExecutor81 private fun createActionExecutor(): ActionExecutor { in createActionExecutor()82 return ActionExecutor(intentExecutor, testScope, window, viewProxy, onDismiss) in createActionExecutor()
37 private val actionExecutor = mock<ActionExecutor>()51 actionExecutor: ActionExecutor, in create()
46 private val actionExecutor = mock<ActionExecutor>()
37 class ActionExecutor class114 ): ActionExecutor in create()
59 actionExecutor: ActionExecutor, in <lambda>()72 @Assisted val actionExecutor: ActionExecutor,173 actionExecutor: ActionExecutor, in create()
38 @Assisted val actionExecutor: ActionExecutor84 fun getController(actionExecutor: ActionExecutor): ScreenshotActionsController in getController()
219 private final ActionExecutor mActionExecutor;270 ActionExecutor.Factory actionExecutorFactory, in ScreenshotController()