Searched refs:ScreenshotNotificationSmartActionsProvider (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotSmartActions.java | 63 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in getSmartActionsFuture() 104 ScreenshotNotificationSmartActionsProvider.ScreenshotOp.REQUEST_SMART_ACTIONS, in getSmartActionsFuture() 105 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR, in getSmartActionsFuture() 114 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in getSmartActions() 131 ScreenshotNotificationSmartActionsProvider.ScreenshotOp.WAIT_FOR_SMART_ACTIONS, in getSmartActions() 132 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.SUCCESS, in getSmartActions() 142 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status = in getSmartActions() 145 : ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR; in getSmartActions() 154 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in notifyScreenshotOp() 155 ScreenshotNotificationSmartActionsProvider.ScreenshotOp op, in notifyScreenshotOp() [all …]
|
H A D | SaveImageInBackgroundTask.java | 23 import static com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.Screenshot… 24 import static com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.Screenshot… 81 private final ScreenshotNotificationSmartActionsProvider mSmartActionsProvider; 113 mSmartActionsProvider = new ScreenshotNotificationSmartActionsProvider(); in SaveImageInBackgroundTask() 385 ScreenshotNotificationSmartActionsProvider.ACTION_TYPE, 386 ScreenshotNotificationSmartActionsProvider.DEFAULT_ACTION_TYPE); 440 ScreenshotNotificationSmartActionsProvider.ACTION_TYPE, 441 ScreenshotNotificationSmartActionsProvider.DEFAULT_ACTION_TYPE);
|
H A D | ScreenshotNotificationSmartActionsProvider.java | 38 public class ScreenshotNotificationSmartActionsProvider { class 40 private static final String TAG = logTag(ScreenshotNotificationSmartActionsProvider.class);
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ScreenshotNotificationSmartActionsTest.java | 19 import static com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.Screenshot… 66 private ScreenshotNotificationSmartActionsProvider mSmartActionsProvider; 73 ScreenshotNotificationSmartActionsProvider.class); in setup() 85 ScreenshotNotificationSmartActionsProvider smartActionsProvider = mock( in testExceptionHandlingInGetSmartActionsFuture() 86 ScreenshotNotificationSmartActionsProvider.class); in testExceptionHandlingInGetSmartActionsFuture() 160 ScreenshotNotificationSmartActionsProvider actionsProvider = in testSupportedBitmapConfiguration()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SystemUIFactory.java | 32 import com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider; 208 public ScreenshotNotificationSmartActionsProvider 211 return new ScreenshotNotificationSmartActionsProvider(); in createScreenshotNotificationSmartActionsProvider()
|