Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java276 final DownloadsCursor result = new DownloadsCursor(projection, in queryDocument()
330 final DownloadsCursor result = new DownloadsCursor(projection, in queryChildDocuments()
370 final DownloadsCursor result = in queryRecentDocuments()
371 new DownloadsCursor(projection, getContext().getContentResolver()); in queryRecentDocuments()
439 final DownloadsCursor result = in querySearchDocuments()
440 new DownloadsCursor(projection, getContext().getContentResolver()); in querySearchDocuments()
475 private void includeSearchFilesFromSharedStorage(DownloadsCursor result, in includeSearchFilesFromSharedStorage()
735 private void includeFilesFromSharedStorage(DownloadsCursor result, in includeFilesFromSharedStorage()
1041 private static final class DownloadsCursor extends MatrixCursor { class in DownloadStorageProvider
1051 DownloadsCursor(String[] projection, ContentResolver resolver) { in DownloadsCursor() method in DownloadStorageProvider.DownloadsCursor