Searched refs:MIMETYPE (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-details.jd | 90 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 …]
|
D | retrieve-names.jd | 638 {@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/ |
D | ImportTestProvider.java | 45 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()
|
D | ContactEntry.java | 35 contentValues.put(Data.MIMETYPE, mimeType); in addContentValues()
|
D | ContentValuesVerifierElem.java | 37 contentValues.put(Data.MIMETYPE, mimeType); in addExpected()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | Queries.java | 41 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9 61 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 166 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 …]
|
D | VCardComposer.java | 553 String key = contentValues.getAsString(Data.MIMETYPE); in createOneEntryInternal()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 2982 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Data.MIMETYPE); in getEntityAndIncrementCursor() 4007 public static final String MIMETYPE = "mimetype"; field
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 338 {@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/ |
D | VCardImporterTests.java | 516 .put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testV21PrefToIsPrimary()
|
/frameworks/base/api/ |
D | current.txt | 25615 field public static final java.lang.String MIMETYPE = "mimetype";
|
D | system-current.txt | 27571 field public static final java.lang.String MIMETYPE = "mimetype";
|