Searched refs:mScreenshotSmartActions (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ScreenshotNotificationSmartActionsTest.java | 67 private ScreenshotSmartActions mScreenshotSmartActions; field in ScreenshotNotificationSmartActionsTest 74 mScreenshotSmartActions = new ScreenshotSmartActions(); in setup() 90 mScreenshotSmartActions.getSmartActionsFuture( in testExceptionHandlingInGetSmartActionsFuture() 109 List<Notification.Action> actions = mScreenshotSmartActions.getSmartActions( in testExceptionHandlingInGetSmartActions() 120 mScreenshotSmartActions.notifyScreenshotOp(null, mSmartActionsProvider, null, null, -1); in testExceptionHandlingInNotifyingFeedback() 131 mScreenshotSmartActions.getSmartActionsFuture( in testUnsupportedBitmapConfiguration() 146 mScreenshotSmartActions.getSmartActionsFuture( in testScreenshotNotificationSmartActionsProviderInvokedOnce() 164 mScreenshotSmartActions.getSmartActionsFuture("", null, bitmap, in testSupportedBitmapConfiguration() 185 new SaveImageInBackgroundTask(mContext, null, mScreenshotSmartActions, data, in testShareActionExtras() 213 new SaveImageInBackgroundTask(mContext, null, mScreenshotSmartActions, data, in testEditActionExtras() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | DeleteScreenshotReceiver.java | 41 private final ScreenshotSmartActions mScreenshotSmartActions; field in DeleteScreenshotReceiver 47 mScreenshotSmartActions = screenshotSmartActions; in DeleteScreenshotReceiver() 64 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
|
H A D | SmartActionsReceiver.java | 40 private final ScreenshotSmartActions mScreenshotSmartActions; field in SmartActionsReceiver 44 mScreenshotSmartActions = screenshotSmartActions; in SmartActionsReceiver() 62 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
|
H A D | ActionProxyReceiver.java | 54 private final ScreenshotSmartActions mScreenshotSmartActions; field in ActionProxyReceiver 62 mScreenshotSmartActions = screenshotSmartActions; in ActionProxyReceiver() 104 mScreenshotSmartActions.notifyScreenshotAction( in onReceive()
|
H A D | SaveImageInBackgroundTask.java | 76 private final ScreenshotSmartActions mScreenshotSmartActions; field in SaveImageInBackgroundTask 94 mScreenshotSmartActions = screenshotSmartActions; in SaveImageInBackgroundTask() 149 mScreenshotSmartActions.getSmartActionsFuture( in doInBackground() 160 mScreenshotSmartActions.getSmartActions( in doInBackground() 461 mScreenshotSmartActions.getSmartActionsFuture( 470 mScreenshotSmartActions.getSmartActions(
|
H A D | ScreenshotController.java | 244 private final ScreenshotSmartActions mScreenshotSmartActions; field in ScreenshotController 310 mScreenshotSmartActions = screenshotSmartActions; in ScreenshotController() 871 mScreenshotSmartActions, data, getActionTransitionSupplier()); in saveScreenshotInWorkerThread()
|