Home
last modified time | relevance | path

Searched refs:screenshotUri (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSmartActions.java64 String screenshotId, Uri screenshotUri, Bitmap image, in getSmartActionsFuture() argument
72 screenshotId, screenshotUri, smartActionsProvider.getClass(), actionType, in getSmartActionsFuture()
97 smartActionsFuture = smartActionsProvider.getActions(screenshotId, screenshotUri, image, in getSmartActionsFuture()
DScreenshotNotificationSmartActionsProvider.java79 Uri screenshotUri, Bitmap bitmap, ComponentName componentName, in getActions() argument
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java756 for (Uri screenshotUri : screenshotUris) { in assertActionSendMultiple()
757 String screenshotName = screenshotUri.getLastPathSegment(); in assertActionSendMultiple()
759 externalScreenshotUri = screenshotUri; in assertActionSendMultiple()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1231 final Uri screenshotUri = getUri(context, screenshot); in buildSendIntent() local
1232 Log.d(TAG, "share intent: screenshotUri=" + screenshotUri); in buildSendIntent()
1233 clipData.addItem(new ClipData.Item(null, null, null, screenshotUri)); in buildSendIntent()
1234 attachments.add(screenshotUri); in buildSendIntent()