Searched refs:actionExecutor (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ActionExecutorTest.kt | 55 private lateinit var actionExecutor: ActionExecutor variable in com.android.systemui.screenshot.ActionExecutorTest 59 actionExecutor = createActionExecutor() in <lambda>() 61 actionExecutor.startSharedTransition(Intent(Intent.ACTION_EDIT), UserHandle.CURRENT, true) in <lambda>() 73 actionExecutor = createActionExecutor() in <lambda>() 75 actionExecutor.sendPendingIntent(pendingIntent) in <lambda>()
|
D | DefaultScreenshotActionsProviderTest.kt | 46 private val actionExecutor = mock<ActionExecutor>() constant 67 verifyNoMoreInteractions(actionExecutor) in previewActionAccessed_beforeScreenshotCompleted_doesNothing() 81 verifyNoMoreInteractions(actionExecutor) in actionButtonsAccessed_beforeScreenshotCompleted_doesNothing() 97 verify(actionExecutor) in <lambda>() 119 verify(actionExecutor) in <lambda>() 181 actionExecutor, in createActionsProvider()
|
D | ScreenshotActionsControllerTest.kt | 37 private val actionExecutor = mock<ActionExecutor>() constant in com.android.systemui.screenshot.ScreenshotActionsControllerTest 51 actionExecutor: ActionExecutor, in create() 68 ScreenshotActionsController(viewModel, actionsProviderFactory, actionExecutor) in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotActionsProvider.kt | 59 actionExecutor: ActionExecutor, in <lambda>() 72 @Assisted val actionExecutor: ActionExecutor, constant in com.android.systemui.screenshot.DefaultScreenshotActionsProvider 86 actionExecutor.startSharedTransition( in <lambda>() 106 actionExecutor.startSharedTransition( in <lambda>() 125 actionExecutor.startSharedTransition( in <lambda>() 173 actionExecutor: ActionExecutor, in create()
|
D | ScreenshotActionsController.kt | 38 @Assisted val actionExecutor: ActionExecutor constant in com.android.systemui.screenshot.ScreenshotActionsController 50 actionExecutor, in setCurrentScreenshot() 84 fun getController(actionExecutor: ActionExecutor): ScreenshotActionsController in getController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | LongScreenshotActivity.java | 120 LongScreenshotData longScreenshotHolder, ActionIntentExecutor actionExecutor) { in LongScreenshotActivity() argument 126 mActionExecutor = actionExecutor; in LongScreenshotActivity()
|