Home
last modified time | relevance | path

Searched refs:screenshotId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsProvider.java68 String screenshotId, in getActions() argument
85 public void notifyOp(String screenshotId, ScreenshotOp op, ScreenshotOpStatus status, in notifyOp() argument
98 public void notifyAction(String screenshotId, String action, boolean isSmartAction) { in notifyAction() argument
DGlobalScreenshot.java287 private static void addIntentExtras(String screenshotId, Intent intent, String actionType, in addIntentExtras() argument
291 .putExtra(GlobalScreenshot.EXTRA_ID, screenshotId) in addIntentExtras()
1037 static CompletableFuture<List<Notification.Action>> getSmartActionsFuture(String screenshotId, in getSmartActionsFuture() argument
1061 smartActionsFuture = smartActionsProvider.getActions(screenshotId, image, in getSmartActionsFuture()
1068 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActionsFuture()
1077 static List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() argument
1087 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActions()
1100 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActions()
1107 static void notifyScreenshotOp(String screenshotId, in notifyScreenshotOp() argument
1112 smartActionsProvider.notifyOp(screenshotId, op, status, durationMs); in notifyScreenshotOp()
[all …]