Home
last modified time | relevance | path

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

/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.java178 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in constructInsertOperation()
338 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in constructInsertOperation()
428 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in constructInsertOperation()
571 builder.withValue(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in constructInsertOperation()
794 builder.withValue(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in constructInsertOperation()
905 builder.withValue(Data.MIMETYPE, Im.CONTENT_ITEM_TYPE); in constructInsertOperation()
1009 builder.withValue(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in constructInsertOperation()
1092 builder.withValue(Data.MIMETYPE, Nickname.CONTENT_ITEM_TYPE); in constructInsertOperation()
1145 builder.withValue(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE); in constructInsertOperation()
1200 builder.withValue(Data.MIMETYPE, Website.CONTENT_ITEM_TYPE); in constructInsertOperation()
[all …]
DVCardComposer.java554 String key = contentValues.getAsString(Data.MIMETYPE); in createOneEntryInternal()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabContactSyncController.java173 cursor.getColumnIndex(ContactsContract.Data.MIMETYPE)); in handlePhoneNumberDeletedCase()
256 contactCursor.getColumnIndex(ContactsContract.Data.MIMETYPE)); in handlePhoneNumberInsertedCase()
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/eab/
DEabContactSyncControllerTest.java193 values.put(ContactsContract.Data.MIMETYPE, CONTENT_ITEM_TYPE); in insertContactToContactProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleSpaceUtilsTest.java525 .withValue(ContactsContract.Data.MIMETYPE, in addBirthdayToContactsDatabase()
534 ContactsContract.Data.MIMETYPE, in addBirthdayToContactsDatabase()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java508 ContactsContract.Data.MIMETYPE in getContactLookupKeysWithBirthdaysToday()
/frameworks/base/core/java/android/provider/
DContactsContract.java3238 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Data.MIMETYPE); in getEntityAndIncrementCursor()
4258 public static final String MIMETYPE = "mimetype"; field
5292 String key = contentValues.getAsString(Data.MIMETYPE); in queryRawContactEntity()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java516 .put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testV21PrefToIsPrimary()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24362 field public static final java.lang.String MIMETYPE = "mimetype";
/frameworks/base/core/api/
Dcurrent.txt36585 field public static final String MIMETYPE = "mimetype";