Home
last modified time | relevance | path

Searched refs:ActionIntentExecutor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentExecutorTest.kt53 ActionIntentExecutor(
DActionExecutorTest.kt49 private val intentExecutor = mock<ActionIntentExecutor>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionExecutor.kt40 private val intentExecutor: ActionIntentExecutor,
DActionIntentExecutor.kt51 class ActionIntentExecutor class
DScreenshotController.java216 private final ActionIntentExecutor mActionIntentExecutor;
269 ActionIntentExecutor actionIntentExecutor, in ScreenshotController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DLongScreenshotActivity.java55 import com.android.systemui.screenshot.ActionIntentExecutor;
89 private final ActionIntentExecutor mActionExecutor;
120 LongScreenshotData longScreenshotHolder, ActionIntentExecutor actionExecutor) { in LongScreenshotActivity()