Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DDeleteScreenshotReceiver.java41 private final ScreenshotSmartActions mScreenshotSmartActions; field in DeleteScreenshotReceiver
47 mScreenshotSmartActions = screenshotSmartActions; in DeleteScreenshotReceiver()
64 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
DSmartActionsReceiver.java40 private final ScreenshotSmartActions mScreenshotSmartActions; field in SmartActionsReceiver
44 mScreenshotSmartActions = screenshotSmartActions; in SmartActionsReceiver()
62 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
DActionProxyReceiver.java53 private final ScreenshotSmartActions mScreenshotSmartActions; field in ActionProxyReceiver
63 mScreenshotSmartActions = screenshotSmartActions; in ActionProxyReceiver()
107 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
DSaveImageInBackgroundTask.java77 private final ScreenshotSmartActions mScreenshotSmartActions; field in SaveImageInBackgroundTask
101 mScreenshotSmartActions = screenshotSmartActions; in SaveImageInBackgroundTask()
156 mScreenshotSmartActions.getSmartActionsFuture( in doInBackground()
167 mScreenshotSmartActions.getSmartActions( in doInBackground()
478 mScreenshotSmartActions.getSmartActionsFuture(
487 mScreenshotSmartActions.getSmartActions(
DScreenshotController.java262 private final ScreenshotSmartActions mScreenshotSmartActions; field in ScreenshotController
339 mScreenshotSmartActions = screenshotSmartActions; in ScreenshotController()
1169 mScreenshotSmartActions, data, getActionTransitionSupplier(),