Lines Matching defs:MIMETYPE

2471      * values.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
2492 * .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
2567 * new String[]{RawContacts.SOURCE_ID, Entity.DATA_ID, Entity.MIMETYPE, Entity.DATA1},
3120 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Data.MIMETYPE);
4140 public static final String MIMETYPE = "mimetype";
4184 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4186 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4188 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4190 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4192 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4194 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4196 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4198 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4200 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4202 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4204 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4206 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4208 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4210 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4213 * Generic data column, the meaning is {@link #MIMETYPE} specific. By convention,
4293 * {@link #MIMETYPE} value, which determines the meaning of the
4379 * values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
4393 * .withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE)
4444 * + Data.MIMETYPE + "='" + Phone.CONTENT_ITEM_TYPE + "'",
4456 * + Data.MIMETYPE + "='" + Phone.CONTENT_ITEM_TYPE + "'",
4489 * <td>{@link #MIMETYPE}</td>
4567 * {@link #MIMETYPE}. By convention, {@link #DATA15} is used for storing
4571 * Data columns whose meaning is not explicitly defined for a given MIMETYPE
4874 * RawContactsEntity.MIMETYPE,
4936 * <td>{@link #MIMETYPE}</td>
5841 * .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
5847 * .withValue(Data.MIMETYPE, Nickname.CONTENT_ITEM_TYPE)
7512 * Each returned row may have a different MIMETYPE and thus different interpretation for
8559 * @param excludeMimes Optional list of {@link Data#MIMETYPE} MIME-types
8595 * @param excludeMimes Optional list of {@link Data#MIMETYPE} MIME-types
8625 * @param excludeMimes Optional list of {@link Data#MIMETYPE} MIME-types
8665 * @param excludeMimes Optional list of {@link Data#MIMETYPE} MIME-types
8862 * #METADATA_MIMETYPE}, which defines {@link DataColumns#MIMETYPE} for your Contacts
8950 * Provider with {@link DataColumns#MIMETYPE} from {@link #METADATA_MIMETYPE} (if both
8982 * describing {@link DataColumns#MIMETYPE} for the corresponding Contacts Provider
9295 * Each ContentValues object must have a value for {@link Data#MIMETYPE}.
9309 * row1.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE);
9314 * row2.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);