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.java278 final DownloadsCursor result = new DownloadsCursor(projection, in queryDocument()
333 final DownloadsCursor result = new DownloadsCursor(projection, in queryChildDocuments()
373 final DownloadsCursor result = in queryRecentDocuments()
374 new DownloadsCursor(projection, getContext().getContentResolver()); in queryRecentDocuments()
443 final DownloadsCursor result = in querySearchDocuments()
444 new DownloadsCursor(projection, getContext().getContentResolver()); in querySearchDocuments()
479 private void includeSearchFilesFromSharedStorage(DownloadsCursor result, in includeSearchFilesFromSharedStorage()
739 private void includeFilesFromSharedStorage(DownloadsCursor result, in includeFilesFromSharedStorage()
1097 private static final class DownloadsCursor extends MatrixCursor { class in DownloadStorageProvider
1107 DownloadsCursor(String[] projection, ContentResolver resolver) { in DownloadsCursor() method in DownloadStorageProvider.DownloadsCursor