Home
last modified time | relevance | path

Searched refs:screenshotAction (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLiteTest.java304 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldLogScreenshotPress() local
306 screenshotAction.onPress(); in testShouldLogScreenshotPress()
316 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldShowScreenshot() local
318 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot()
327 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldNotShowScreenshot() local
329 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java767 final Action screenshotAction = new Action.Builder(null, in updateProgress() local
771 .setActions(infoAction, screenshotAction, cancelAction); in updateProgress()