Home
last modified time | relevance | path

Searched defs:smartActionsFuture (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java82 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testExceptionHandlingInGetSmartActionsFuture() local
97 CompletableFuture<List<Notification.Action>> smartActionsFuture = mock( in testExceptionHandlingInGetSmartActions() local
123 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testUnsupportedBitmapConfiguration() local
155 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testSupportedBitmapConfiguration() local
DSaveImageInBackgroundTaskTest.kt56 private val smartActionsFuture = mock<CompletableFuture<List<Notification.Action>>>() constant in com.android.systemui.screenshot.SaveImageInBackgroundTaskTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSmartActions.java88 CompletableFuture<List<Notification.Action>> smartActionsFuture; in getSmartActionsFuture() local
114 CompletableFuture<List<Notification.Action>> smartActionsFuture, int timeoutMs, in getSmartActions()
DSaveImageInBackgroundTask.java142 CompletableFuture<List<Notification.Action>> smartActionsFuture = in doInBackground() local