Home
last modified time | relevance | path

Searched refs:intentExecutor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionExecutorTest.kt49 private val intentExecutor = mock<ActionIntentExecutor>() constant in com.android.systemui.screenshot.ActionExecutorTest
65 verifyBlocking(intentExecutor) { in <lambda>()
82 return ActionExecutor(intentExecutor, testScope, window, viewProxy, onDismiss) in createActionExecutor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionExecutor.kt40 private val intentExecutor: ActionIntentExecutor, constant in com.android.systemui.screenshot.ActionExecutor
55 intentExecutor.launchIntent( in startSharedTransition()