Home
last modified time | relevance | path

Searched refs:ScreenshotNotificationSmartActionsProvider (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotSmartActions.java51 private final Provider<ScreenshotNotificationSmartActionsProvider>
56 Provider<ScreenshotNotificationSmartActionsProvider> in ScreenshotSmartActions()
65 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in getSmartActionsFuture()
106 ScreenshotNotificationSmartActionsProvider.ScreenshotOp.REQUEST_SMART_ACTIONS, in getSmartActionsFuture()
107 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR, in getSmartActionsFuture()
115 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in getSmartActions()
133 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.SUCCESS, in getSmartActions()
143 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status = in getSmartActions()
155 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in notifyScreenshotOp()
156 ScreenshotNotificationSmartActionsProvider.ScreenshotOp op, in notifyScreenshotOp()
[all …]
H A DReferenceScreenshotModule.java29 static ScreenshotNotificationSmartActionsProvider providesScrnshtNotifSmartActionsProvider() { in providesScrnshtNotifSmartActionsProvider()
30 return new ScreenshotNotificationSmartActionsProvider(); in providesScrnshtNotifSmartActionsProvider()
H A DScreenshotNotificationSmartActionsProvider.java38 public class ScreenshotNotificationSmartActionsProvider { class
40 private static final String TAG = logTag(ScreenshotNotificationSmartActionsProvider.class);
H A DSaveImageInBackgroundTask.java23 import static com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.Screenshot…
81 private final ScreenshotNotificationSmartActionsProvider mSmartActionsProvider;
95 ScreenshotNotificationSmartActionsProvider in SaveImageInBackgroundTask()
401 ScreenshotNotificationSmartActionsProvider.ACTION_TYPE,
402 ScreenshotNotificationSmartActionsProvider.DEFAULT_ACTION_TYPE);
451 ScreenshotNotificationSmartActionsProvider.ACTION_TYPE,
452 ScreenshotNotificationSmartActionsProvider.DEFAULT_ACTION_TYPE);
H A DScreenshotController.java282 private final ScreenshotNotificationSmartActionsProvider
333 ScreenshotNotificationSmartActionsProvider screenshotNotificationSmartActionsProvider, in ScreenshotController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotNotificationSmartActionsTest.java19 import static com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.Screenshot…
65 private ScreenshotNotificationSmartActionsProvider mSmartActionsProvider;
72 ScreenshotNotificationSmartActionsProvider.class); in setup()
84 ScreenshotNotificationSmartActionsProvider smartActionsProvider = mock( in testExceptionHandlingInGetSmartActionsFuture()
85 ScreenshotNotificationSmartActionsProvider.class); in testExceptionHandlingInGetSmartActionsFuture()
159 ScreenshotNotificationSmartActionsProvider actionsProvider = in testSupportedBitmapConfiguration()
160 new ScreenshotNotificationSmartActionsProvider(); in testSupportedBitmapConfiguration()
H A DSaveImageInBackgroundTaskTest.kt31 import com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.ScreenshotSmartAc…
47 private val smartActionsProvider = mock<ScreenshotNotificationSmartActionsProvider>()