Home
last modified time | relevance | path

Searched refs:ScreenshotSmartActionType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DSaveImageInBackgroundTaskTest.kt31 …om.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.ScreenshotSmartActionType
99 any(ScreenshotSmartActionType::class.java), in setup()
111 any(ScreenshotSmartActionType::class.java), in setup()
127 eq(ScreenshotSmartActionType.QUICK_SHARE_ACTION) in testQueryQuickShare_noAction()
149 eq(ScreenshotSmartActionType.QUICK_SHARE_ACTION) in testQueryQuickShare_withActions()
186 eq(ScreenshotSmartActionType.QUICK_SHARE_ACTION) in testCreateQuickShareAction_immutableIntentDifferentAction_returnsNull()
216 eq(ScreenshotSmartActionType.QUICK_SHARE_ACTION) in testCreateQuickShareAction_mutableIntent_returnsSafeIntent()
251 eq(ScreenshotSmartActionType.QUICK_SHARE_ACTION) in testCreateQuickShareAction_immutableIntent_returnsSafeIntent()
DScreenshotNotificationSmartActionsTest.java19 ….systemui.screenshot.ScreenshotNotificationSmartActionsProvider.ScreenshotSmartActionType.REGULAR_…
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsProvider.java63 public enum ScreenshotSmartActionType { enum in ScreenshotNotificationSmartActionsProvider
80 ScreenshotSmartActionType actionType, UserHandle userHandle) { in getActions()
DSaveImageInBackgroundTask.java22 …m.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.ScreenshotSmartActionType;
145 ScreenshotSmartActionType.REGULAR_SMART_ACTIONS, in doInBackground()
157 ScreenshotSmartActionType.REGULAR_SMART_ACTIONS), in doInBackground()
316 ScreenshotSmartActionType.QUICK_SHARE_ACTION, in queryQuickShareAction()
326 ScreenshotSmartActionType.QUICK_SHARE_ACTION); in queryQuickShareAction()
DScreenshotSmartActions.java21 …m.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.ScreenshotSmartActionType;
66 ScreenshotSmartActionType actionType, in getSmartActionsFuture()
116 ScreenshotSmartActionType actionType) { in getSmartActions()