Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java60 private ScreenshotSmartActions mScreenshotSmartActions; field in ScreenshotNotificationSmartActionsTest
67 mScreenshotSmartActions = new ScreenshotSmartActions(() -> mSmartActionsProvider); in setup()
83 mScreenshotSmartActions.getSmartActionsFuture( in testExceptionHandlingInGetSmartActionsFuture()
102 List<Notification.Action> actions = mScreenshotSmartActions.getSmartActions( in testExceptionHandlingInGetSmartActions()
113 mScreenshotSmartActions.notifyScreenshotOp(null, mSmartActionsProvider, null, null, -1); in testExceptionHandlingInNotifyingFeedback()
124 mScreenshotSmartActions.getSmartActionsFuture( in testUnsupportedBitmapConfiguration()
139 mScreenshotSmartActions.getSmartActionsFuture( in testScreenshotNotificationSmartActionsProviderInvokedOnce()
156 mScreenshotSmartActions.getSmartActionsFuture("", null, bitmap, in testSupportedBitmapConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSmartActionsReceiver.java40 private final ScreenshotSmartActions mScreenshotSmartActions; field in SmartActionsReceiver
44 mScreenshotSmartActions = screenshotSmartActions; in SmartActionsReceiver()
65 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
DSaveImageInBackgroundTask.java64 private final ScreenshotSmartActions mScreenshotSmartActions; field in SaveImageInBackgroundTask
86 mScreenshotSmartActions = screenshotSmartActions; in SaveImageInBackgroundTask()
143 mScreenshotSmartActions.getSmartActionsFuture( in doInBackground()
154 mScreenshotSmartActions.getSmartActions( in doInBackground()
314 mScreenshotSmartActions.getSmartActionsFuture( in queryQuickShareAction()
323 mScreenshotSmartActions.getSmartActions( in queryQuickShareAction()
DScreenshotController.java196 private final ScreenshotSmartActions mScreenshotSmartActions; field in ScreenshotController
279 mScreenshotSmartActions = screenshotSmartActions; in ScreenshotController()
900 mScreenshotSmartActions, data, in saveScreenshotInWorkerThread()