Searched refs:DownloadsCursor (Results 1 – 1 of 1) sorted by relevance
278 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 DownloadStorageProvider1102 DownloadsCursor(String[] projection, ContentResolver resolver) { in DownloadsCursor() method in DownloadStorageProvider.DownloadsCursor