Home
last modified time | relevance | path

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

123

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java449 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 …]
DRawContactDeltaTests.java76 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/
DBaseContactsProvider2Test.java227 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 …]
DContactsProvider2Test.java336 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 …]
DContactsActor.java392 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()
DContactsProvider2TransactionTest.java190 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/
DContactDetailFragmentTests.java43 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/
DDataRowHandler.java46 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
DLegacyApiSupport.java180 "(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 …]
DContactsDatabaseHelper.java545 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 …]
DSearchIndexManager.java60 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/
DSuggestedMemberListAdapter.java67 Data.MIMETYPE, // 2
264 "(" + Data.MIMETYPE + "=? OR " + Data.MIMETYPE + "=? OR " + Data.MIMETYPE + in performFiltering()
/packages/services/Telephony/src/com/android/phone/
DSimContacts.java167 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/
DAggregationSuggestionEngine.java261 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/
DPhoneNumberInteraction.java259 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/
DDataItem.java56 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/
DSplitAggregateView.java57 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()
DContactSaveService.java126 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/
DAllIntentsActivity.java599 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/
DContactsUtils.java235 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/
DContactAggregatorTest.java1251 .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/
DContactLoader.java169 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/
DConfirmAddDetailActivity.java181 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/
DExchangeDirectoryProvider.java164 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/
DBluetoothOppService.java242 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()

123