Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java46 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
155 row.add(Document.COLUMN_MIME_TYPE, Document.MIME_TYPE_DIR); in includeDefaultDocument()
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DTestDocumentsProvider.java89 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
401 row.add(Document.COLUMN_MIME_TYPE, Document.MIME_TYPE_DIR); in includeFile()
406 row.add(Document.COLUMN_MIME_TYPE, "application/octet-stream"); in includeFile()
H A DExternalStorageProvider.java105 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
/aosp14/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java776 return cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_MIME_TYPE)); in getDocumentType()
1150 final String mimeType = extras.getString(Document.COLUMN_MIME_TYPE); in callUnchecked()
1411 cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_MIME_TYPE)); in getDocumentStreamTypes()
H A DDownloads.java189 public static final String COLUMN_MIME_TYPE = "mimetype"; field in Downloads.Impl
H A DDocumentsContract.java334 public static final String COLUMN_MIME_TYPE = "mime_type"; field in DocumentsContract.Document
1377 in.putString(Document.COLUMN_MIME_TYPE, mimeType); in createDocument()
/aosp14/frameworks/base/core/java/android/app/
H A DDownloadManager.java836 putIfNonNull(values, Downloads.Impl.COLUMN_MIME_TYPE, mMimeType); in toContentValues()
1560 values.put(Downloads.Impl.COLUMN_MIME_TYPE, resolveMimeType(new File(path))); in addCompletedDownload()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java608 row.add(Document.COLUMN_MIME_TYPE, mimeType); in includeFile()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36884 field public static final String COLUMN_MIME_TYPE = "mime_type";