Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotNotificationSmartActionsTest.java88 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testExceptionHandlingInGetSmartActionsFuture() local
103 CompletableFuture<List<Notification.Action>> smartActionsFuture = mock( in testExceptionHandlingInGetSmartActions() local
129 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testUnsupportedBitmapConfiguration() local
161 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testSupportedBitmapConfiguration() local
H A DSaveImageInBackgroundTaskTest.kt59 private val smartActionsFuture = mock<CompletableFuture<List<Notification.Action>>>() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotSmartActions.java88 CompletableFuture<List<Notification.Action>> smartActionsFuture; in getSmartActionsFuture() local
114 CompletableFuture<List<Notification.Action>> smartActionsFuture, int timeoutMs, in getSmartActions()
H A DSaveImageInBackgroundTask.java156 CompletableFuture<List<Notification.Action>> smartActionsFuture = in doInBackground() local