Searched defs:screenshotId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotSmartActions.java | 64 String screenshotId, Uri screenshotUri, Bitmap image, in getSmartActionsFuture() 113 List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() 154 void notifyScreenshotOp(String screenshotId, in notifyScreenshotOp() 169 void notifyScreenshotAction(String screenshotId, String action, in notifyScreenshotAction()
|
D | ScreenshotNotificationSmartActionsProvider.java | 78 public CompletableFuture<List<Notification.Action>> getActions(String screenshotId, in getActions() 96 public void notifyOp(String screenshotId, ScreenshotOp op, ScreenshotOpStatus status, in notifyOp() 111 public void notifyAction(String screenshotId, String action, boolean isSmartAction, in notifyAction()
|
D | ScreenshotActionsController.kt | 44 val screenshotId = UUID.randomUUID() in setCurrentScreenshot() constant 87 inner class ActionsCallback(private val screenshotId: UUID) { in getController() constant in com.android.systemui.screenshot.ScreenshotActionsController.ActionsCallback
|
D | SaveImageInBackgroundTask.java | 240 private static void addIntentExtras(String screenshotId, Intent intent, String actionType, in addIntentExtras() 253 Notification.Action quickShare, String screenshotId, Uri uri, long imageTime, in createQuickShareAction() 312 String screenshotId, Bitmap image, UserHandle user, Uri uri) { in queryQuickShareAction()
|