Searched refs:smartActionsProvider (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotSmartActions.java | 65 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in getSmartActionsFuture() argument 72 screenshotId, screenshotUri, smartActionsProvider.getClass(), actionType, in getSmartActionsFuture() 97 smartActionsFuture = smartActionsProvider.getActions(screenshotId, screenshotUri, image, in getSmartActionsFuture() 105 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActionsFuture() 115 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in getSmartActions() argument 121 screenshotId, timeoutMs, actionType, smartActionsProvider.getClass())); in getSmartActions() 131 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActions() 147 notifyScreenshotOp(screenshotId, smartActionsProvider, in getSmartActions() 155 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in notifyScreenshotOp() argument 160 smartActionsProvider.getClass(), op, screenshotId, status, durationMs)); in notifyScreenshotOp() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | SaveImageInBackgroundTaskTest.kt | 46 private val smartActionsProvider = mock<ScreenshotNotificationSmartActionsProvider>() constant in com.android.systemui.screenshot.SaveImageInBackgroundTaskTest 88 smartActionsProvider, 98 eq(smartActionsProvider), in setup() 110 eq(smartActionsProvider), in setup() 126 eq(smartActionsProvider), in testQueryQuickShare_noAction() 148 eq(smartActionsProvider), in testQueryQuickShare_withActions() 185 eq(smartActionsProvider), in testCreateQuickShareAction_immutableIntentDifferentAction_returnsNull() 215 eq(smartActionsProvider), in testCreateQuickShareAction_mutableIntent_returnsSafeIntent() 250 eq(smartActionsProvider), in testCreateQuickShareAction_immutableIntent_returnsSafeIntent()
|
D | ScreenshotNotificationSmartActionsTest.java | 78 ScreenshotNotificationSmartActionsProvider smartActionsProvider = mock( in testExceptionHandlingInGetSmartActionsFuture() local 80 when(smartActionsProvider.getActions(any(), any(), any(), any(), any(), any())) in testExceptionHandlingInGetSmartActionsFuture() 84 "", Uri.parse("content://authority/data"), bitmap, smartActionsProvider, in testExceptionHandlingInGetSmartActionsFuture()
|