Searched refs:COLUMN_MIME_TYPE (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DFilteringCursorWrapper.java55 final String mimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
H A DSortingCursorWrapper.java69 final String mimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
H A DDirectoryFragment.java440 final String docMimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
523 final String docMimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
776 final String docMimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
/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);
406 row.add(Document.COLUMN_MIME_TYPE, "application/octet-stream");
H A DExternalStorageProvider.java74 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
274 row.add(Document.COLUMN_MIME_TYPE, mimeType);
/frameworks/base/core/java/android/provider/
H A DDownloads.java179 public static final String COLUMN_MIME_TYPE = "mimetype"; field in class:Downloads.Impl
H A DDocumentsProvider.java399 * of {@link Document#COLUMN_MIME_TYPE} for this document. The default
407 return cursor.getString(cursor.getColumnIndexOrThrow(Document.COLUMN_MIME_TYPE));
642 final String mimeType = extras.getString(Document.COLUMN_MIME_TYPE);
H A DDocumentsContract.java157 public static final String COLUMN_MIME_TYPE = "mime_type"; field in class:DocumentsContract.Document
191 * on {@link #COLUMN_MIME_TYPE}.
222 * @see #COLUMN_MIME_TYPE
263 * of new files within it. Only valid when {@link #COLUMN_MIME_TYPE} is
274 * pictures. Only valid when {@link #COLUMN_MIME_TYPE} is
284 * {@link #COLUMN_MIME_TYPE} is {@link #MIME_TYPE_DIR}.
304 * themselves. Only valid when {@link #COLUMN_MIME_TYPE} is
915 in.putString(Document.COLUMN_MIME_TYPE, mimeType);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java163 this.mimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
165 this.mimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
/frameworks/support/v4/kitkat/android/support/v4/provider/
H A DDocumentsContractApi19.java41 return queryForString(context, self, DocumentsContract.Document.COLUMN_MIME_TYPE, null);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java324 Downloads.Impl.COLUMN_MIME_TYPE + " AS " + COLUMN_MEDIA_TYPE,
733 putIfNonNull(values, Downloads.Impl.COLUMN_MIME_TYPE, mMimeType);

Completed in 142 milliseconds