Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DDocumentImagePicker.java107 private void prepareDocumentForAttachment(final Uri documentUri) { in prepareDocumentForAttachment() argument
115 Factory.get().getApplicationContext().getContentResolver(), documentUri); in prepareDocumentForAttachment()
123 documentUri); in prepareDocumentForAttachment()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DOpenHelper.java86 final Uri documentUri = DocumentsContract.buildDocumentUri( in buildViewIntent() local
101 intent.setDataAndType(documentUri, mimeType); in buildViewIntent()