Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DMediaStoreDownloadsHelper.java57 public static Uri getMediaStoreUriForQuery(String docId) { in getMediaStoreUriForQuery() method in MediaStoreDownloadsHelper
DDownloadStorageProvider.java21 import static com.android.providers.downloads.MediaStoreDownloadsHelper.getMediaStoreUriForQuery;
284 cursor = getContext().getContentResolver().query(getMediaStoreUriForQuery(docId), in queryDocument()
502 contentUri = getMediaStoreUriForQuery(docId); in getDocumentType()
526 contentUri = getMediaStoreUriForQuery(docId); in openDocument()
796 final Uri mediaStoreUri = getMediaStoreUriForQuery(docId); in getFileForMediaStoreDownload()