Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DDeleteScreenshotReceiver.java41 private final ScreenshotSmartActions mScreenshotSmartActions;
45 public DeleteScreenshotReceiver(ScreenshotSmartActions screenshotSmartActions, in DeleteScreenshotReceiver()
H A DSmartActionsReceiver.java41 private final ScreenshotSmartActions mScreenshotSmartActions;
44 SmartActionsReceiver(ScreenshotSmartActions screenshotSmartActions) { in SmartActionsReceiver()
H A DScreenshotSmartActions.java49 public class ScreenshotSmartActions { class
50 private static final String TAG = logTag(ScreenshotSmartActions.class);
55 public ScreenshotSmartActions( in ScreenshotSmartActions() method in ScreenshotSmartActions
H A DActionProxyReceiver.java50 private final ScreenshotSmartActions mScreenshotSmartActions;
56 ScreenshotSmartActions screenshotSmartActions, in ActionProxyReceiver()
H A DSaveImageInBackgroundTask.java76 private final ScreenshotSmartActions mScreenshotSmartActions;
92 ScreenshotSmartActions screenshotSmartActions, in SaveImageInBackgroundTask()
H A DScreenshotController.java263 private final ScreenshotSmartActions mScreenshotSmartActions;
321 ScreenshotSmartActions screenshotSmartActions, in ScreenshotController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DSmartActionsReceiverTest.java48 private ScreenshotSmartActions mMockScreenshotSmartActions;
H A DScreenshotNotificationSmartActionsTest.java66 private ScreenshotSmartActions mScreenshotSmartActions;
73 mScreenshotSmartActions = new ScreenshotSmartActions(() -> mSmartActionsProvider); in setup()
H A DActionProxyReceiverTest.java62 private ScreenshotSmartActions mMockScreenshotSmartActions;
H A DDeleteScreenshotReceiverTest.java61 private ScreenshotSmartActions mMockScreenshotSmartActions;
H A DSaveImageInBackgroundTaskTest.kt46 private val smartActions = mock<ScreenshotSmartActions>()