Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLiteTest.java376 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldLogScreenshotPress() local
378 screenshotAction.onPress(); in testShouldLogScreenshotPress()
388 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldShowScreenshot() local
390 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot()
399 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldNotShowScreenshot() local
401 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java788 final Action screenshotAction = new Action.Builder(null, in updateProgress() local
792 .setActions(infoAction, screenshotAction, cancelAction); in updateProgress()