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/
DScreenshotSmartActions.java109 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR, in getSmartActionsFuture()
136 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.SUCCESS, in getSmartActions()
146 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status = in getSmartActions()
148 ? ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.TIMEOUT in getSmartActions()
149 : ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR; in getSmartActions()
160 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status, long durationMs) { in notifyScreenshotOp()
DScreenshotNotificationSmartActionsProvider.java55 protected enum ScreenshotOpStatus { enum in ScreenshotNotificationSmartActionsProvider
96 public void notifyOp(String screenshotId, ScreenshotOp op, ScreenshotOpStatus status, in notifyOp()