Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java422 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldLogScreenshotPress() local
424 screenshotAction.onPress(); in testShouldLogScreenshotPress()
434 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldShowScreenshot() local
436 assertThat(screenshotAction.shouldShow()).isTrue(); in testShouldShowScreenshot()
445 GlobalActionsDialogLite.ScreenshotAction screenshotAction = in testShouldNotShowScreenshot() local
447 assertThat(screenshotAction.shouldShow()).isFalse(); in testShouldNotShowScreenshot()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java837 final Action screenshotAction = new Action.Builder(null, in updateProgress() local
841 .setActions(infoAction, screenshotAction, cancelAction); in updateProgress()