Home
last modified time | relevance | path

Searched refs:ActionExecutor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionExecutorTest.kt55 private lateinit var actionExecutor: ActionExecutor
81 private fun createActionExecutor(): ActionExecutor { in createActionExecutor()
82 return ActionExecutor(intentExecutor, testScope, window, viewProxy, onDismiss) in createActionExecutor()
DScreenshotActionsControllerTest.kt37 private val actionExecutor = mock<ActionExecutor>()
51 actionExecutor: ActionExecutor, in create()
DDefaultScreenshotActionsProviderTest.kt46 private val actionExecutor = mock<ActionExecutor>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionExecutor.kt37 class ActionExecutor class
114 ): ActionExecutor in create()
DScreenshotActionsProvider.kt59 actionExecutor: ActionExecutor, in <lambda>()
72 @Assisted val actionExecutor: ActionExecutor,
173 actionExecutor: ActionExecutor, in create()
DScreenshotActionsController.kt38 @Assisted val actionExecutor: ActionExecutor
84 fun getController(actionExecutor: ActionExecutor): ScreenshotActionsController in getController()
DScreenshotController.java219 private final ActionExecutor mActionExecutor;
270 ActionExecutor.Factory actionExecutorFactory, in ScreenshotController()