Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A 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()
H A DScreenshotNotificationSmartActionsProvider.java79 Uri screenshotUri, Bitmap bitmap, ComponentName componentName, in getActions() argument
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java756 for (Uri screenshotUri : screenshotUris) { in assertActionSendMultiple()
757 String screenshotName = screenshotUri.getLastPathSegment(); in assertActionSendMultiple()
759 externalScreenshotUri = screenshotUri; in assertActionSendMultiple()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1182 final Uri screenshotUri = getUri(context, screenshot); in buildSendIntent() local
1183 Log.d(TAG, "share intent: screenshotUri=" + screenshotUri); in buildSendIntent()
1184 clipData.addItem(new ClipData.Item(null, null, null, screenshotUri)); in buildSendIntent()
1185 attachments.add(screenshotUri); in buildSendIntent()