/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 | 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 | 227 values.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in insertOrganization() 249 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in insertPhoneNumber() 282 values.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in insertEmail() 304 values.put(Data.MIMETYPE, SipAddress.CONTENT_ITEM_TYPE); in insertSipAddress() 317 values.put(Data.MIMETYPE, Nickname.CONTENT_ITEM_TYPE); in insertNickname() 328 values.put(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in insertPostalAddress() 337 values.put(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in insertPostalAddress() 345 values.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in insertPhoto() 354 values.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in insertPhoto() 363 values.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in insertGroupMembership() [all …]
|
D | ContactsProvider2Test.java | 336 Data.MIMETYPE, in testDataProjection() 421 Data.MIMETYPE, in testDistinctDataProjection() 501 Data.MIMETYPE, in testEntityProjection() 605 Data.MIMETYPE, in testRawEntityProjection() 906 values.put(Contacts.Entity.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in assertEntityRows() 923 values.put(Contacts.Entity.MIMETYPE, Im.CONTENT_ITEM_TYPE); in assertEntityRows() 940 values.putNull(Contacts.Entity.MIMETYPE); in assertEntityRows() 1020 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testPhonesQuery() 1048 values1.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testPhonesWithMergedContacts() 1080 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testPhonesNormalizedNumber() [all …]
|
D | ContactsActor.java | 392 values.put(Data.MIMETYPE, CommonDataKinds.StructuredName.CONTENT_ITEM_TYPE); in createName() 406 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in createPhone() 422 values.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in createEmail() 502 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/apps/Contacts/tests/src/com/android/contacts/detail/ |
D | ContactDetailFragmentTests.java | 43 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testImIntent() 60 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testImIntentWithAudio() 79 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testImIntentWithVideo() 100 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE); in testImIntentCustom() 125 values.put(Email.MIMETYPE, Email.CONTENT_ITEM_TYPE); in testImEmailIntent()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
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 | 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 | ContactsDatabaseHelper.java | 545 public static final String MIMETYPE = "mimetype"; field 548 public static final String CONCRETE_MIMETYPE = Tables.MIMETYPES + "." + MIMETYPE; 1098 MimetypesColumns.MIMETYPE + " TEXT NOT NULL" + in onCreate() 1103 MimetypesColumns.MIMETYPE + in onCreate() 1528 " WHERE " + MimetypesColumns.MIMETYPE + in createContactsTriggers() 1588 + MimetypesColumns.MIMETYPE + " AS " + Data.MIMETYPE + ", " in createContactsViews() 1856 + MimetypesColumns.CONCRETE_MIMETYPE + " AS " + Data.MIMETYPE + ", " in createContactsViews() 2039 + MimetypesColumns.MIMETYPE + "," in onUpgrade() 2773 " WHERE " + MimetypesColumns.MIMETYPE in upgradeStructuredNamesToVersion205() 3031 MimetypesColumns.MIMETYPE + in upgradeToVersion304() [all …]
|
D | SearchIndexManager.java | 60 MimetypesColumns.MIMETYPE, 66 public static final int MIMETYPE = 1; field in SearchIndexManager.ContactIndexQuery 374 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 | 167 builder.withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in actuallyImportOneSimContact() 173 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in actuallyImportOneSimContact() 183 builder.withValue(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in actuallyImportOneSimContact() 193 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 406 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 ('" 407 item.mimeType = cursor.getString(MIMETYPE); in onLoadComplete()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
D | DataItem.java | 56 final String mimeType = values.getAsString(Data.MIMETYPE); in createFrom() 112 return mContentValues.getAsString(Data.MIMETYPE); in getMimeType() 116 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 | 126 Data.MIMETYPE, 599 values.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in createGroup() 745 Data.MIMETYPE + "=? AND " + GroupMembership.GROUP_ROW_ID + "=?", in addMembersToGroup() 755 insertBuilder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in addMembersToGroup() 793 Data.MIMETYPE + "=? AND " + GroupMembership.GROUP_ROW_ID + "=?", in removeMembersFromGroup()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | AllIntentsActivity.java | 599 Data.MIMETYPE + "=" + Phone.MIMETYPE, in findArbitraryPhoneDataId() 656 row1.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in putDataExtra() 660 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 | 1251 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeInitializedAsSuspended() 1260 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeInitializedAsSuspended() 1293 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeUpdatedToSuspended() 1302 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeUpdatedToSuspended() 1334 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeSuspendedOverriddenByAggException() 1344 .withValue(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE) in testAggregationModeSuspendedOverriddenByAggException()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | ContactLoader.java | 169 Data.MIMETYPE, 241 public static final int MIMETYPE = 51; field in ContactLoader.ContactQuery 432 itemValues.put(Data.MIMETYPE, mimetype); in processOneRecord() 694 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 | 164 r.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in addEmailAddress() 176 r.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in addPhoneRow() 188 r.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in addNameRow()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppService.java | 242 updateValues.put(BluetoothShare.MIMETYPE, getContentResolver().getType( 560 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.MIMETYPE)), in insertShare() 687 info.mMimetype = stringFromCursor(info.mMimetype, cursor, BluetoothShare.MIMETYPE); in updateShare()
|