Searched refs:screenshotAction (Results 1 – 2 of 2) sorted by relevance
422 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldLogScreenshotPress() local424 screenshotAction.onPress(); in testShouldLogScreenshotPress()434 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldShowScreenshot() local436 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot()445 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldNotShowScreenshot() local447 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
837 final Action screenshotAction = new Action.Builder(null, in updateProgress() local841 .setActions(infoAction, screenshotAction, cancelAction); in updateProgress()