Home
last modified time | relevance | path

Searched refs:getSmartActionsFuture (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java83 mScreenshotSmartActions.getSmartActionsFuture( in testExceptionHandlingInGetSmartActionsFuture()
124 mScreenshotSmartActions.getSmartActionsFuture( in testUnsupportedBitmapConfiguration()
139 mScreenshotSmartActions.getSmartActionsFuture( in testScreenshotNotificationSmartActionsProviderInvokedOnce()
156 mScreenshotSmartActions.getSmartActionsFuture("", null, bitmap, in testSupportedBitmapConfiguration()
DSaveImageInBackgroundTaskTest.kt94 smartActions.getSmartActionsFuture( in setup()
106 smartActions.getSmartActionsFuture( in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSaveImageInBackgroundTask.java143 mScreenshotSmartActions.getSmartActionsFuture( in doInBackground()
314 mScreenshotSmartActions.getSmartActionsFuture( in queryQuickShareAction()
DScreenshotSmartActions.java63 CompletableFuture<List<Notification.Action>> getSmartActionsFuture( in getSmartActionsFuture() method in ScreenshotSmartActions