Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java483 try (Cursor rawFilesCursor = super.querySearchDocuments(downloadDir, in includeSearchFilesFromSharedStorage() argument
488 while (rawFilesCursor.moveToNext()) { in includeSearchFilesFromSharedStorage()
489 final String mimeType = rawFilesCursor.getString( in includeSearchFilesFromSharedStorage()
490 rawFilesCursor.getColumnIndexOrThrow(Document.COLUMN_MIME_TYPE)); in includeSearchFilesFromSharedStorage()
495 String docId = rawFilesCursor.getString( in includeSearchFilesFromSharedStorage()
496 rawFilesCursor.getColumnIndexOrThrow(Document.COLUMN_DOCUMENT_ID)); in includeSearchFilesFromSharedStorage()