Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSmartActionsReceiver.java40 private final ScreenshotSmartActions mScreenshotSmartActions;
43 SmartActionsReceiver(ScreenshotSmartActions screenshotSmartActions) { in SmartActionsReceiver()
DScreenshotSmartActions.java49 public class ScreenshotSmartActions { class
50 private static final String TAG = logTag(ScreenshotSmartActions.class);
55 public ScreenshotSmartActions( in ScreenshotSmartActions() method in ScreenshotSmartActions
DSaveImageInBackgroundTask.java64 private final ScreenshotSmartActions mScreenshotSmartActions;
79 ScreenshotSmartActions screenshotSmartActions, in SaveImageInBackgroundTask()
DScreenshotController.java196 private final ScreenshotSmartActions mScreenshotSmartActions;
257 ScreenshotSmartActions screenshotSmartActions, in ScreenshotController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java60 private ScreenshotSmartActions mScreenshotSmartActions;
67 mScreenshotSmartActions = new ScreenshotSmartActions(() -> mSmartActionsProvider); in setup()
DSmartActionsReceiverTest.java48 private ScreenshotSmartActions mMockScreenshotSmartActions;
DSaveImageInBackgroundTaskTest.kt45 private val smartActions = mock<ScreenshotSmartActions>()