Searched refs:screenshotId (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotSmartActions.java | 62 String screenshotId, Uri screenshotUri, Bitmap image, in getSmartActionsFuture() argument 70 screenshotId, screenshotUri, smartActionsProvider.getClass(), actionType, in getSmartActionsFuture() 103 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActionsFuture() 112 List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() argument 130 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActions() 146 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActions() 153 void notifyScreenshotOp(String screenshotId, in notifyScreenshotOp() argument 162 smartActionsProvider.notifyOp(screenshotId, op, status, durationMs); in notifyScreenshotOp() 168 void notifyScreenshotAction(Context context, String screenshotId, String action, in notifyScreenshotAction() argument 176 provider.getClass(), action, screenshotId, isSmartAction)); in notifyScreenshotAction() [all …]
|
H A D | ScreenshotNotificationSmartActionsProvider.java | 78 public CompletableFuture<List<Notification.Action>> getActions(String screenshotId, in getActions() argument 96 public void notifyOp(String screenshotId, ScreenshotOp op, ScreenshotOpStatus status, in notifyOp() argument 111 public void notifyAction(String screenshotId, String action, boolean isSmartAction, in notifyAction() argument
|
H A D | SaveImageInBackgroundTask.java | 401 private static void addIntentExtras(String screenshotId, Intent intent, String actionType, 405 .putExtra(ScreenshotController.EXTRA_ID, screenshotId)
|