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/
DGlobalActionsDialogTest.java229 GlobalActionsDialog.ScreenshotAction screenshotAction = in testShouldLogScreenshotPress() local
231 screenshotAction.onPress(); in testShouldLogScreenshotPress()
238 GlobalActionsDialog.ScreenshotAction screenshotAction = in testShouldLogScreenshotLongPress() local
240 screenshotAction.onLongPress(); in testShouldLogScreenshotLongPress()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java746 final Action screenshotAction = new Action.Builder(null, in updateProgress() local
750 .setActions(infoAction, screenshotAction, cancelAction); in updateProgress()