Searched defs:screenshotId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotSmartActions.java | 66 String screenshotId, Uri screenshotUri, Bitmap image, in getSmartActionsFuture() 116 List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() 157 void notifyScreenshotOp(String screenshotId, in notifyScreenshotOp() 172 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()
|