Searched refs:intentExecutor (Results 1 – 2 of 2) sorted by relevance
49 private val intentExecutor = mock<ActionIntentExecutor>() constant in com.android.systemui.screenshot.ActionExecutorTest65 verifyBlocking(intentExecutor) { in <lambda>()82 return ActionExecutor(intentExecutor, testScope, window, viewProxy, onDismiss) in createActionExecutor()
40 private val intentExecutor: ActionIntentExecutor, constant in com.android.systemui.screenshot.ActionExecutor55 intentExecutor.launchIntent( in startSharedTransition()