Searched refs:screenshotAction (Results 1 – 2 of 2) sorted by relevance
376 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldLogScreenshotPress() local378 screenshotAction.onPress(); in testShouldLogScreenshotPress()388 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldShowScreenshot() local390 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot()399 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldNotShowScreenshot() local401 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
788 final Action screenshotAction = new Action.Builder(null, in updateProgress() local792 .setActions(infoAction, screenshotAction, cancelAction); in updateProgress()