Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotNotificationSmartActionsTest.java66 private ScreenshotSmartActions mScreenshotSmartActions; field in ScreenshotNotificationSmartActionsTest
73 mScreenshotSmartActions = new ScreenshotSmartActions(() -> mSmartActionsProvider); in setup()
89 mScreenshotSmartActions.getSmartActionsFuture( in testExceptionHandlingInGetSmartActionsFuture()
108 List<Notification.Action> actions = mScreenshotSmartActions.getSmartActions( in testExceptionHandlingInGetSmartActions()
119 mScreenshotSmartActions.notifyScreenshotOp(null, mSmartActionsProvider, null, null, -1); in testExceptionHandlingInNotifyingFeedback()
130 mScreenshotSmartActions.getSmartActionsFuture( in testUnsupportedBitmapConfiguration()
145 mScreenshotSmartActions.getSmartActionsFuture( in testScreenshotNotificationSmartActionsProviderInvokedOnce()
162 mScreenshotSmartActions.getSmartActionsFuture("", null, bitmap, in testSupportedBitmapConfiguration()
183 new SaveImageInBackgroundTask(mContext, null, null, mScreenshotSmartActions, data, in testShareActionExtras()
211 new SaveImageInBackgroundTask(mContext, null, null, mScreenshotSmartActions, data, in testEditActionExtras()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DDeleteScreenshotReceiver.java41 private final ScreenshotSmartActions mScreenshotSmartActions; field in DeleteScreenshotReceiver
47 mScreenshotSmartActions = screenshotSmartActions; in DeleteScreenshotReceiver()
64 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
H A DSmartActionsReceiver.java41 private final ScreenshotSmartActions mScreenshotSmartActions; field in SmartActionsReceiver
45 mScreenshotSmartActions = screenshotSmartActions; in SmartActionsReceiver()
66 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
H A DActionProxyReceiver.java50 private final ScreenshotSmartActions mScreenshotSmartActions; field in ActionProxyReceiver
60 mScreenshotSmartActions = screenshotSmartActions; in ActionProxyReceiver()
103 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
H A DSaveImageInBackgroundTask.java76 private final ScreenshotSmartActions mScreenshotSmartActions; field in SaveImageInBackgroundTask
100 mScreenshotSmartActions = screenshotSmartActions; in SaveImageInBackgroundTask()
157 mScreenshotSmartActions.getSmartActionsFuture( in doInBackground()
168 mScreenshotSmartActions.getSmartActions( in doInBackground()
491 mScreenshotSmartActions.getSmartActionsFuture(
500 mScreenshotSmartActions.getSmartActions(
H A DScreenshotController.java263 private final ScreenshotSmartActions mScreenshotSmartActions; field in ScreenshotController
340 mScreenshotSmartActions = screenshotSmartActions; in ScreenshotController()
1028 mScreenshotSmartActions, data, getActionTransitionSupplier(),