Searched defs:COLUMN_MIME_TYPE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DDownloads.java181 public static final String COLUMN_MIME_TYPE = "mimetype"; field in class:Downloads.Impl
H A DDocumentsContract.java237 public static final String COLUMN_MIME_TYPE = "mime_type"; field in class:DocumentsContract.Document
271 * on {@link #COLUMN_MIME_TYPE}.
306 * @see #COLUMN_MIME_TYPE
347 * of new files within it. Only valid when {@link #COLUMN_MIME_TYPE} is
358 * pictures. Only valid when {@link #COLUMN_MIME_TYPE} is
368 * {@link #COLUMN_MIME_TYPE} is {@link #MIME_TYPE_DIR}.
406 * representation in the MIME type specified as {@link #COLUMN_MIME_TYPE}.
412 * @see #COLUMN_MIME_TYPE
1169 in.putString(Document.COLUMN_MIME_TYPE, mimeType);

Completed in 80 milliseconds