Searched refs:screenshotId (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotSmartActions.java | 64 String screenshotId, Uri screenshotUri, Bitmap image, in getSmartActionsFuture() argument 72 screenshotId, screenshotUri, smartActionsProvider.getClass(), actionType, in getSmartActionsFuture() 105 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActionsFuture() 113 List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() argument 131 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActions() 147 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActions() 154 void notifyScreenshotOp(String screenshotId, in notifyScreenshotOp() argument 163 smartActionsProvider.notifyOp(screenshotId, op, status, durationMs); in notifyScreenshotOp() 169 void notifyScreenshotAction(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 | 417 private static void addIntentExtras(String screenshotId, Intent intent, String actionType, 421 .putExtra(ScreenshotController.EXTRA_ID, screenshotId) 430 Notification.Action quickShare, String screenshotId, Uri uri, long imageTime, 436 queryQuickShareAction(screenshotId, image, user, uri); 455 addIntentExtras(screenshotId, wrappedIntent, actionType, true /* smartActionsEnabled */); 489 String screenshotId, Bitmap image, UserHandle user, Uri uri) { 492 screenshotId, uri, image, mSmartActionsProvider, 501 screenshotId, quickShareActionsFuture, timeoutMs,
|