Home
last modified time | relevance | path

Searched refs:MIMETYPE (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd90 won't work. Also retrieve {@link android.provider.ContactsContract.Data#MIMETYPE Data.MIMETYPE}
97 Data.MIMETYPE,
156 {@link android.provider.ContactsContract.Data#MIMETYPE Data.MIMETYPE}. This query argument
163 private static final String SORT_ORDER = Data.MIMETYPE;
302 {@link android.provider.ContactsContract.Data#MIMETYPE MIMETYPE} value that's specific to
310 {@link android.database.Cursor} by {@link android.provider.ContactsContract.Data#MIMETYPE
311 Data.MIMETYPE}.
348 {@link android.provider.ContactsContract.Data#MIMETYPE Data.MIMETYPE} of the details you
349 want. Enclose the {@link android.provider.ContactsContract.Data#MIMETYPE MIMETYPE} value in
363 Data.MIMETYPE + " = " +
[all …]
Dretrieve-names.jd638 {@link android.provider.ContactsContract.Data#MIMETYPE Data.MIMETYPE}.
673 Data.MIMETYPE + " = '" + Email.CONTENT_ITEM_TYPE + "'";
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DImportTestProvider.java45 final String mimeType = expectedContentValues.getAsString(Data.MIMETYPE); in addExpectedContentValues()
86 final String mimeType = actualContentValues.getAsString(Data.MIMETYPE); in applyBatch()
187 if (Data.MIMETYPE.equals(key)) { in convertToEasilyReadableString()
195 builder.append(Data.MIMETYPE); in convertToEasilyReadableString()
DContactEntry.java35 contentValues.put(Data.MIMETYPE, mimeType); in addContentValues()
DContentValuesVerifierElem.java37 contentValues.put(Data.MIMETYPE, mimeType); in addExpected()
/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java41 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9
61 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java166 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in constructInsertOperation()
326 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in constructInsertOperation()
416 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in constructInsertOperation()
559 builder.withValue(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in constructInsertOperation()
782 builder.withValue(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in constructInsertOperation()
893 builder.withValue(Data.MIMETYPE, Im.CONTENT_ITEM_TYPE); in constructInsertOperation()
997 builder.withValue(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in constructInsertOperation()
1080 builder.withValue(Data.MIMETYPE, Nickname.CONTENT_ITEM_TYPE); in constructInsertOperation()
1133 builder.withValue(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE); in constructInsertOperation()
1188 builder.withValue(Data.MIMETYPE, Website.CONTENT_ITEM_TYPE); in constructInsertOperation()
[all …]
DVCardComposer.java553 String key = contentValues.getAsString(Data.MIMETYPE); in createOneEntryInternal()
/frameworks/base/core/java/android/provider/
DContactsContract.java2982 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Data.MIMETYPE); in getEntityAndIncrementCursor()
4007 public static final String MIMETYPE = "mimetype"; field
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd338 {@link android.provider.ContactsContract.Data#MIMETYPE}
897 * MIMETYPE indicates the type of data in the data row.
903 ContactsContract.Contacts.Entity.MIMETYPE
1123 .withValue(ContactsContract.Data.MIMETYPE,
1142 .withValue(ContactsContract.Data.MIMETYPE,
1162 .withValue(ContactsContract.Data.MIMETYPE,
1527 ContactsContract.Data.MIMETYPE,
1546 ContactsContract.Data.MIMETYPE,
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java516 .put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testV21PrefToIsPrimary()
/frameworks/base/api/
Dcurrent.txt25615 field public static final java.lang.String MIMETYPE = "mimetype";
Dsystem-current.txt27571 field public static final java.lang.String MIMETYPE = "mimetype";