Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotNotificationSmartActionsTest.java89 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testExceptionHandlingInGetSmartActionsFuture() local
104 CompletableFuture<List<Notification.Action>> smartActionsFuture = mock( in testExceptionHandlingInGetSmartActions() local
130 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testUnsupportedBitmapConfiguration() local
163 CompletableFuture<List<Notification.Action>> smartActionsFuture = in testSupportedBitmapConfiguration() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotSmartActions.java86 CompletableFuture<List<Notification.Action>> smartActionsFuture; in getSmartActionsFuture() local
113 CompletableFuture<List<Notification.Action>> smartActionsFuture, int timeoutMs, in getSmartActions()
H A DSaveImageInBackgroundTask.java148 CompletableFuture<List<Notification.Action>> smartActionsFuture = in doInBackground() local