Home
last modified time | relevance | path

Searched refs:ScreenshotActionsController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotActionsControllerTest.kt41 private lateinit var actionsController: ScreenshotActionsController
52 actionsCallback: ScreenshotActionsController.ActionsCallback in create()
68 ScreenshotActionsController(viewModel, actionsProviderFactory, actionExecutor) in setUp()
89 private val actionsCallback: ScreenshotActionsController.ActionsCallback
DDefaultScreenshotActionsProviderTest.kt48 private val actionsCallback = mock<ScreenshotActionsController.ActionsCallback>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotActionsProvider.kt60 actionsCallback: ScreenshotActionsController.ActionsCallback, in <lambda>()
73 @Assisted val actionsCallback: ScreenshotActionsController.ActionsCallback,
174 actionsCallback: ScreenshotActionsController.ActionsCallback, in create()
DScreenshotActionsController.kt33 class ScreenshotActionsController class
84 fun getController(actionExecutor: ActionExecutor): ScreenshotActionsController in getController()
DScreenshotController.java204 private final ScreenshotActionsController mActionsController;
268 ScreenshotActionsController.Factory screenshotActionsControllerFactory, in ScreenshotController()