Searched refs:ScreenshotSmartActions (Results 1 – 7 of 7) sorted by relevance
40 private final ScreenshotSmartActions mScreenshotSmartActions;43 SmartActionsReceiver(ScreenshotSmartActions screenshotSmartActions) { in SmartActionsReceiver()
49 public class ScreenshotSmartActions { class50 private static final String TAG = logTag(ScreenshotSmartActions.class);55 public ScreenshotSmartActions( in ScreenshotSmartActions() method in ScreenshotSmartActions
64 private final ScreenshotSmartActions mScreenshotSmartActions;79 ScreenshotSmartActions screenshotSmartActions, in SaveImageInBackgroundTask()
196 private final ScreenshotSmartActions mScreenshotSmartActions;257 ScreenshotSmartActions screenshotSmartActions, in ScreenshotController()
60 private ScreenshotSmartActions mScreenshotSmartActions;67 mScreenshotSmartActions = new ScreenshotSmartActions(() -> mSmartActionsProvider); in setup()
48 private ScreenshotSmartActions mMockScreenshotSmartActions;
45 private val smartActions = mock<ScreenshotSmartActions>()