Searched refs:MIMETYPE (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContactEntry.java35 contentValues.put(Data.MIMETYPE, mimeType);
H A DContentValuesVerifierElem.java37 contentValues.put(Data.MIMETYPE, mimeType);
H A DImportTestProvider.java45 final String mimeType = expectedContentValues.getAsString(Data.MIMETYPE);
86 final String mimeType = actualContentValues.getAsString(Data.MIMETYPE);
187 if (Data.MIMETYPE.equals(key)) {
195 builder.append(Data.MIMETYPE);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java41 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9
61 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java166 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
326 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
416 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE);
559 builder.withValue(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE);
782 builder.withValue(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE);
893 builder.withValue(Data.MIMETYPE, Im.CONTENT_ITEM_TYPE);
997 builder.withValue(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE);
1080 builder.withValue(Data.MIMETYPE, Nickname.CONTENT_ITEM_TYPE);
1133 builder.withValue(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE);
1188 builder.withValue(Data.MIMETYPE, Websit
[all...]
H A DVCardComposer.java553 String key = contentValues.getAsString(Data.MIMETYPE);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java2441 * values.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE);
2462 * .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)
2537 * new String[]{RawContacts.SOURCE_ID, Entity.DATA_ID, Entity.MIMETYPE, Entity.DATA1},
3091 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Data.MIMETYPE);
4116 public static final String MIMETYPE = "mimetype"; field in interface:ContactsContract.DataColumns
4160 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4162 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4164 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4166 /** Generic data column, the meaning is {@link #MIMETYPE} specific */
4168 /** Generic data column, the meaning is {@link #MIMETYPE} specifi
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardImporterTests.java516 .put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE)

Completed in 110 milliseconds