/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/ |
D | DataItemTests.java | 117 mValues1.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in testDataItemCollapsing_email() 118 mValues2.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in testDataItemCollapsing_email() 119 mValues3.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in testDataItemCollapsing_email() 147 mValues1.put(Data.MIMETYPE, Event.CONTENT_ITEM_TYPE); in testDataItemCollapsing_event() 148 mValues2.put(Data.MIMETYPE, Event.CONTENT_ITEM_TYPE); in testDataItemCollapsing_event() 149 mValues3.put(Data.MIMETYPE, Event.CONTENT_ITEM_TYPE); in testDataItemCollapsing_event() 150 mValues4.put(Data.MIMETYPE, Event.CONTENT_ITEM_TYPE); in testDataItemCollapsing_event() 183 mValues1.put(Data.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testDataItemCollapsing_im() 184 mValues2.put(Data.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testDataItemCollapsing_im() 185 mValues3.put(Data.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testDataItemCollapsing_im() [all …]
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactModifierTests.java | 449 before.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testTrimEmptyUntouched() 472 before.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testTrimEmptyAfterUpdate() 588 first.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testTrimUpdateRemain() 594 second.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testTrimUpdateRemain() 660 first.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testTrimUpdateUpdate() 713 first.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in testParseExtrasExistingName() 732 first.put(Data.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testParseExtrasIgnoreLimit() 784 mockNameValues.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithDisplayNameFromGoogleToExchange1() 835 mockNameValues.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithDisplayNameFromGoogleToExchange2() 877 mockNameValues.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in testMigrateWithStructuredNameFromExchangeToGoogle() [all …]
|
D | ContactsUtilsTests.java | 83 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testImIntentCustom() 106 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testImIntent() 124 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testImIntentWithAudio() 145 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testImIntentWithVideo() 170 values.put(Email.MIMETYPE, Email.CONTENT_ITEM_TYPE); in testImEmailIntent()
|
D | RawContactDeltaTests.java | 76 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in getRawContact() 108 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testParcelChangesInsert() 182 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testEntityDiffNoneInsert() 222 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testEntityDiffUpdateInsert() 347 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testEntityDiffInsertInsert()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 245 values.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in insertOrganization() 280 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in insertPhoneNumber() 316 values.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in insertEmail() 338 values.put(Data.MIMETYPE, SipAddress.CONTENT_ITEM_TYPE); in insertSipAddress() 351 values.put(Data.MIMETYPE, Nickname.CONTENT_ITEM_TYPE); in insertNickname() 362 values.put(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in insertPostalAddress() 371 values.put(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in insertPostalAddress() 379 values.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in insertPhoto() 388 values.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in insertPhoto() 397 values.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in insertGroupMembership() [all …]
|
D | ContactsProvider2Test.java | 350 Data.MIMETYPE, in testDataProjection() 436 Data.MIMETYPE, in testDistinctDataProjection() 517 Data.MIMETYPE, in testEntityProjection() 624 Data.MIMETYPE, in testRawEntityProjection() 953 values.put(Contacts.Entity.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in assertEntityRows() 970 values.put(Contacts.Entity.MIMETYPE, Im.CONTENT_ITEM_TYPE); in assertEntityRows() 987 values.putNull(Contacts.Entity.MIMETYPE); in assertEntityRows() 1036 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testDataInsertPhoneNumberTooLongIsTrimmed() 1093 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testPhonesQuery() 1121 values1.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testPhonesWithMergedContacts() [all …]
|
D | ContactsActor.java | 541 values.put(Data.MIMETYPE, CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE); in createName() 555 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in createPhone() 571 values.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in createEmail() 651 values.put(Data.MIMETYPE, CommonDataKinds.GroupMembership.CONTENT_ITEM_TYPE); in createGroupMembership()
|
D | ContactsProvider2TransactionTest.java | 190 b.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in addInsertContactOperations() 219 b.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in addInsertProfileOperations()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 180 "(CASE WHEN " + Data.MIMETYPE + "='" + Im.CONTENT_ITEM_TYPE + "'" 913 mValues.put(Data.MIMETYPE, android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE); in insertExtension() 936 mValues.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in insertGroupMembership() 1188 mValues.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in updatePhoto() 1240 Data.MIMETYPE + "='" + LegacyPhotoData.CONTENT_ITEM_TYPE + "'" in updateLegacyPhotoData() 1245 mValues.put(Data.MIMETYPE, LegacyPhotoData.CONTENT_ITEM_TYPE); in updateLegacyPhotoData() 1374 mValues2.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in parsePeopleValues() 1388 mValues3.put(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE); in parsePeopleValues() 1396 mValues.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in parseOrganizationValues() 1417 mValues.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in parsePhoneValues() [all …]
|
D | DataRowHandler.java | 46 MimetypesColumns.MIMETYPE, 54 MimetypesColumns.MIMETYPE, 61 public static final int MIMETYPE = 1; field 68 String[] COLUMNS = { Data._ID, Data.RAW_CONTACT_ID, Data.MIMETYPE }; 72 int MIMETYPE = 2; field
|
D | ContactsDatabaseHelper.java | 552 public static final String MIMETYPE = "mimetype"; field 555 public static final String CONCRETE_MIMETYPE = Tables.MIMETYPES + "." + MIMETYPE; 840 public static final int MIMETYPE = 0; field 1296 MimetypesColumns.MIMETYPE + " TEXT NOT NULL" + in onCreate() 1301 MimetypesColumns.MIMETYPE + in onCreate() 1731 " WHERE " + MimetypesColumns.MIMETYPE + in createContactsTriggers() 1791 + MimetypesColumns.MIMETYPE + " AS " + Data.MIMETYPE + ", " in createContactsViews() 2061 + MimetypesColumns.CONCRETE_MIMETYPE + " AS " + Data.MIMETYPE + ", " in createContactsViews() 2244 + MimetypesColumns.MIMETYPE + "," in onUpgrade() 3017 " WHERE " + MimetypesColumns.MIMETYPE in upgradeStructuredNamesToVersion205() [all …]
|
D | SearchIndexManager.java | 60 MimetypesColumns.MIMETYPE, 66 public static final int MIMETYPE = 1; field in SearchIndexManager.ContactIndexQuery 376 String mimetype = cursor.getString(ContactIndexQuery.MIMETYPE); in buildAndInsertIndex()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | SuggestedMemberListAdapter.java | 67 Data.MIMETYPE, // 2 264 "(" + Data.MIMETYPE + "=? OR " + Data.MIMETYPE + "=? OR " + Data.MIMETYPE + in performFiltering()
|
/packages/services/Telephony/src/com/android/phone/ |
D | SimContacts.java | 165 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in actuallyImportOneSimContact() 171 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in actuallyImportOneSimContact() 181 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in actuallyImportOneSimContact() 191 builder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in actuallyImportOneSimContact()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | AggregationSuggestionEngine.java | 261 Data.MIMETYPE + " IN ('" 276 Data.MIMETYPE, 291 public static final int MIMETYPE = 6; field in AggregationSuggestionEngine.DataQuery 405 String mimetype = mDataCursor.getString(DataQuery.MIMETYPE); in getSuggestions()
|
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
D | PhoneNumberInteraction.java | 259 Phone.MIMETYPE, // 7 270 private static final int MIMETYPE = 7; field in PhoneNumberInteraction 274 Data.MIMETYPE + " IN ('" 411 item.mimeType = cursor.getString(MIMETYPE); in onLoadComplete()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
D | DataItem.java | 60 final String mimeType = values.getAsString(Data.MIMETYPE); in createFrom() 120 return mContentValues.getAsString(Data.MIMETYPE); in getMimeType() 124 mContentValues.put(Data.MIMETYPE, mimeType); in setMimeType()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SplitAggregateView.java | 57 Data.MIMETYPE, RawContacts.ACCOUNT_TYPE, RawContacts.DATA_SET, Data.RAW_CONTACT_ID, 62 int MIMETYPE = 0; field 174 String mimetype = cursor.getString(SplitQuery.MIMETYPE); in loadData()
|
D | ContactSaveService.java | 125 Data.MIMETYPE, 600 values.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in createGroup() 746 Data.MIMETYPE + "=? AND " + GroupMembership.GROUP_ROW_ID + "=?", in addMembersToGroup() 756 insertBuilder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in addMembersToGroup() 794 Data.MIMETYPE + "=? AND " + GroupMembership.GROUP_ROW_ID + "=?", in removeMembersFromGroup()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | AllIntentsActivity.java | 620 Data.MIMETYPE + "=" + Phone.MIMETYPE, in findArbitraryPhoneDataId() 677 row1.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in putDataExtra() 681 row2.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in putDataExtra()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
D | ContactsUtils.java | 235 final boolean isEmail = Email.CONTENT_ITEM_TYPE.equals(values.getAsString(Data.MIMETYPE)); in buildImIntent() 300 Data.MIMETYPE + "=" + Phone.MIMETYPE + in querySuperPrimaryPhone()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1382 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeInitializedAsSuspended() 1391 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeInitializedAsSuspended() 1424 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeUpdatedToSuspended() 1433 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeUpdatedToSuspended() 1465 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeSuspendedOverriddenByAggException() 1475 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeSuspendedOverriddenByAggException()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | ContactLoader.java | 168 Data.MIMETYPE, 240 public static final int MIMETYPE = 49; field in ContactLoader.ContactQuery 446 itemValues.put(Data.MIMETYPE, mimetype); in processOneRecord() 712 cursorColumnToContentValues(cursor, cv, ContactQuery.MIMETYPE); in loadDataValues()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ConfirmAddDetailActivity.java | 181 Data.MIMETYPE, 185 final int MIMETYPE = 1; field 540 final String mimeType = cursor.getString(ExtraInfoQuery.MIMETYPE); in onQueryComplete()
|
/packages/apps/Exchange/src/com/android/exchange/provider/ |
D | ExchangeDirectoryProvider.java | 180 r.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in addEmailAddress() 192 r.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in addPhoneRow() 204 r.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in addNameRow()
|