Searched refs:MIMETYPE (Results 1 – 15 of 15) sorted by relevance
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()
35 contentValues.put(Data.MIMETYPE, mimeType); in addContentValues()
37 contentValues.put(Data.MIMETYPE, mimeType); in addExpected()
41 ContactsContract.CommonDataKinds.Email.MIMETYPE // 961 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9
178 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 …]
554 String key = contentValues.getAsString(Data.MIMETYPE); in createOneEntryInternal()
173 cursor.getColumnIndex(ContactsContract.Data.MIMETYPE)); in handlePhoneNumberDeletedCase()256 contactCursor.getColumnIndex(ContactsContract.Data.MIMETYPE)); in handlePhoneNumberInsertedCase()
193 values.put(ContactsContract.Data.MIMETYPE, CONTENT_ITEM_TYPE); in insertContactToContactProvider()
525 .withValue(ContactsContract.Data.MIMETYPE, in addBirthdayToContactsDatabase()534 ContactsContract.Data.MIMETYPE, in addBirthdayToContactsDatabase()
508 ContactsContract.Data.MIMETYPE in getContactLookupKeysWithBirthdaysToday()
3238 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, Data.MIMETYPE); in getEntityAndIncrementCursor()4258 public static final String MIMETYPE = "mimetype"; field5292 String key = contentValues.getAsString(Data.MIMETYPE); in queryRawContactEntity()
516 .put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testV21PrefToIsPrimary()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
24362 field public static final java.lang.String MIMETYPE = "mimetype";
36585 field public static final String MIMETYPE = "mimetype";