Searched refs:screenshotAction (Results 1 – 2 of 2) sorted by relevance
304 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldLogScreenshotPress() local306 screenshotAction.onPress(); in testShouldLogScreenshotPress()316 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldShowScreenshot() local318 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot()327 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldNotShowScreenshot() local329 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
767 final Action screenshotAction = new Action.Builder(null, in updateProgress() local771 .setActions(infoAction, screenshotAction, cancelAction); in updateProgress()