Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsProvider.java46 protected enum ScreenshotOpStatus { enum in ScreenshotNotificationSmartActionsProvider
85 public void notifyOp(String screenshotId, ScreenshotOp op, ScreenshotOpStatus status, in notifyOp()
DGlobalScreenshot.java1070 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR, in getSmartActionsFuture()
1089 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.SUCCESS, in getSmartActions()
1096 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status = in getSmartActions()
1098 ? ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.TIMEOUT in getSmartActions()
1099 : ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR; in getSmartActions()
1110 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status, long durationMs) { in notifyScreenshotOp()