Searched refs:screenshotUri (Results 1 – 3 of 3) sorted by relevance
850 for (Uri screenshotUri : screenshotUris) { in assertActionSendMultiple()851 String screenshotName = screenshotUri.getLastPathSegment(); in assertActionSendMultiple()853 externalScreenshotUri = screenshotUri; in assertActionSendMultiple()
925 final Uri screenshotUri = getUri(context, screenshot); in buildSendIntent() local926 Log.d(TAG, "share intent: screenshotUri=" + screenshotUri); in buildSendIntent()927 clipData.addItem(new ClipData.Item(null, null, null, screenshotUri)); in buildSendIntent()928 attachments.add(screenshotUri); in buildSendIntent()
561 Uri screenshotUri = params[0]; in doInBackground()563 resolver.delete(screenshotUri, null, null); in doInBackground()