Home
last modified time | relevance | path

Searched refs:ActionsCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotActionsControllerTest.kt52 actionsCallback: ScreenshotActionsController.ActionsCallback in create()
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.kt51 ActionsCallback(screenshotId), in setCurrentScreenshot()
87 inner class ActionsCallback(private val screenshotId: UUID) { in getController() class in com.android.systemui.screenshot.ScreenshotActionsController