Searched refs:ScreenshotNotificationSmartActionsProvider (Results 1 – 7 of 7) sorted by relevance
21 import static com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.Screenshot…51 private final Provider<ScreenshotNotificationSmartActionsProvider>56 Provider<ScreenshotNotificationSmartActionsProvider> in ScreenshotSmartActions()65 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in getSmartActionsFuture()106 ScreenshotNotificationSmartActionsProvider.ScreenshotOp.REQUEST_SMART_ACTIONS, in getSmartActionsFuture()107 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.ERROR, in getSmartActionsFuture()115 ScreenshotNotificationSmartActionsProvider smartActionsProvider, in getSmartActions()132 ScreenshotNotificationSmartActionsProvider.ScreenshotOp.WAIT_FOR_SMART_ACTIONS, in getSmartActions()133 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus.SUCCESS, in getSmartActions()143 ScreenshotNotificationSmartActionsProvider.ScreenshotOpStatus status = in getSmartActions()[all …]
30 static ScreenshotNotificationSmartActionsProvider providesScrnshtNotifSmartActionsProvider() { in providesScrnshtNotifSmartActionsProvider()31 return new ScreenshotNotificationSmartActionsProvider(); in providesScrnshtNotifSmartActionsProvider()
22 import static com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.Screenshot…69 private final ScreenshotNotificationSmartActionsProvider mSmartActionsProvider;81 ScreenshotNotificationSmartActionsProvider in SaveImageInBackgroundTask()224 ScreenshotNotificationSmartActionsProvider.ACTION_TYPE, in buildSmartActions()225 ScreenshotNotificationSmartActionsProvider.DEFAULT_ACTION_TYPE); in buildSmartActions()274 ScreenshotNotificationSmartActionsProvider.ACTION_TYPE, in createQuickShareAction()275 ScreenshotNotificationSmartActionsProvider.DEFAULT_ACTION_TYPE); in createQuickShareAction()
38 public class ScreenshotNotificationSmartActionsProvider { class40 private static final String TAG = logTag(ScreenshotNotificationSmartActionsProvider.class);
213 private final ScreenshotNotificationSmartActionsProvider267 ScreenshotNotificationSmartActionsProvider screenshotNotificationSmartActionsProvider, in ScreenshotController()
19 import static com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.Screenshot…59 private ScreenshotNotificationSmartActionsProvider mSmartActionsProvider;66 ScreenshotNotificationSmartActionsProvider.class); in setup()78 ScreenshotNotificationSmartActionsProvider smartActionsProvider = mock( in testExceptionHandlingInGetSmartActionsFuture()79 ScreenshotNotificationSmartActionsProvider.class); in testExceptionHandlingInGetSmartActionsFuture()153 ScreenshotNotificationSmartActionsProvider actionsProvider = in testSupportedBitmapConfiguration()154 new ScreenshotNotificationSmartActionsProvider(); in testSupportedBitmapConfiguration()
31 import com.android.systemui.screenshot.ScreenshotNotificationSmartActionsProvider.ScreenshotSmartAc…46 private val smartActionsProvider = mock<ScreenshotNotificationSmartActionsProvider>()