Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotSmartActions.java105 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR, in getSmartActionsFuture()
132 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.SUCCESS, in getSmartActions()
142 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status = in getSmartActions()
144 ? ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.TIMEOUT in getSmartActions()
145 : ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR; in getSmartActions()
156 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status, long durationMs) { in notifyScreenshotOp()
H A DScreenshotNotificationSmartActionsProvider.java55 protected enum ScreenshotOpStatus { enum in ScreenshotNotificationSmartActionsProvider
96 public void notifyOp(String screenshotId, ScreenshotOp op, ScreenshotOpStatus status, in notifyOp()