Home
last modified time | relevance | path

Searched defs:screenshotId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSmartActions.java64 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()
DScreenshotNotificationSmartActionsProvider.java78 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()
DScreenshotActionsController.kt44 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
DSaveImageInBackgroundTask.java240 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()