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()
320 final DownloadsCursor result = new DownloadsCursor(projection, in queryChildDocuments()
360 final DownloadsCursor result = in queryRecentDocuments()
361 new DownloadsCursor(projection, getContext().getContentResolver()); in queryRecentDocuments()
430 final DownloadsCursor result = in querySearchDocuments()
431 new DownloadsCursor(projection, getContext().getContentResolver()); in querySearchDocuments()
466 private void includeSearchFilesFromSharedStorage(DownloadsCursor result, String[] projection, in includeSearchFilesFromSharedStorage()
725 private void includeFilesFromSharedStorage(DownloadsCursor result, in includeFilesFromSharedStorage()
1092 private static final class DownloadsCursor extends MatrixCursor { class in DownloadStorageProvider
1102 DownloadsCursor(String[] projection, ContentResolver resolver) { in DownloadsCursor() method in DownloadStorageProvider.DownloadsCursor