Home
last modified time | relevance | path

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

123

/packages/apps/Contacts/tests/src/com/android/contacts/
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.java229 values.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in insertOrganization()
251 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in insertPhoneNumber()
284 values.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in insertEmail()
306 values.put(Data.MIMETYPE, SipAddress.CONTENT_ITEM_TYPE); in insertSipAddress()
319 values.put(Data.MIMETYPE, Nickname.CONTENT_ITEM_TYPE); in insertNickname()
330 values.put(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in insertPostalAddress()
339 values.put(Data.MIMETYPE, StructuredPostal.CONTENT_ITEM_TYPE); in insertPostalAddress()
347 values.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in insertPhoto()
356 values.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in insertPhoto()
365 values.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in insertGroupMembership()
[all …]
DContactsProvider2Test.java328 Data.MIMETYPE, in testDataProjection()
412 Data.MIMETYPE, in testDistinctDataProjection()
491 Data.MIMETYPE, in testEntityProjection()
594 Data.MIMETYPE, in testRawEntityProjection()
895 values.put(Contacts.Entity.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in assertEntityRows()
912 values.put(Contacts.Entity.MIMETYPE, Im.CONTENT_ITEM_TYPE); in assertEntityRows()
929 values.putNull(Contacts.Entity.MIMETYPE); in assertEntityRows()
1009 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testPhonesQuery()
1037 values1.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testPhonesWithMergedContacts()
1069 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/
DLegacyApiSupport.java180 "(CASE WHEN " + Data.MIMETYPE + "='" + Im.CONTENT_ITEM_TYPE + "'"
912 mValues.put(Data.MIMETYPE, android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE); in insertExtension()
935 mValues.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in insertGroupMembership()
1190 mValues.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in updatePhoto()
1242 Data.MIMETYPE + "='" + LegacyPhotoData.CONTENT_ITEM_TYPE + "'" in updateLegacyPhotoData()
1247 mValues.put(Data.MIMETYPE, LegacyPhotoData.CONTENT_ITEM_TYPE); in updateLegacyPhotoData()
1376 mValues2.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in parsePeopleValues()
1390 mValues3.put(Data.MIMETYPE, Note.CONTENT_ITEM_TYPE); in parsePeopleValues()
1398 mValues.put(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); in parseOrganizationValues()
1419 mValues.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in parsePhoneValues()
[all …]
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
DContactsDatabaseHelper.java540 public static final String MIMETYPE = "mimetype"; field
543 public static final String CONCRETE_MIMETYPE = Tables.MIMETYPES + "." + MIMETYPE;
1081 MimetypesColumns.MIMETYPE + " TEXT NOT NULL" + in onCreate()
1086 MimetypesColumns.MIMETYPE + in onCreate()
1512 " WHERE " + MimetypesColumns.MIMETYPE + in createContactsTriggers()
1572 + MimetypesColumns.MIMETYPE + " AS " + Data.MIMETYPE + ", " in createContactsViews()
1835 + MimetypesColumns.CONCRETE_MIMETYPE + " AS " + Data.MIMETYPE + ", " in createContactsViews()
2018 + MimetypesColumns.MIMETYPE + "," in onUpgrade()
2728 " WHERE " + MimetypesColumns.MIMETYPE in upgradeStructuredNamesToVersion205()
2986 MimetypesColumns.MIMETYPE + in upgradeToVersion304()
[all …]
DSearchIndexManager.java60 MimetypesColumns.MIMETYPE,
66 public static final int MIMETYPE = 1; field in SearchIndexManager.ContactIndexQuery
370 String mimetype = cursor.getString(ContactIndexQuery.MIMETYPE); in buildAndInsertIndex()
/packages/apps/Contacts/src/com/android/contacts/group/
DSuggestedMemberListAdapter.java66 Data.MIMETYPE, // 2
262 "(" + Data.MIMETYPE + "=? OR " + Data.MIMETYPE + "=? OR " + Data.MIMETYPE + in performFiltering()
/packages/apps/Phone/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
401 String mimetype = mDataCursor.getString(DataQuery.MIMETYPE); in getSuggestions()
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DDataItem.java56 final String mimeType = values.getAsString(Data.MIMETYPE); in createFrom()
115 return mContentValues.getAsString(Data.MIMETYPE); in getMimeType()
119 mContentValues.put(Data.MIMETYPE, mimeType); in setMimeType()
/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/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
171 String mimetype = cursor.getString(SplitQuery.MIMETYPE); in loadData()
DContactSaveService.java122 Data.MIMETYPE,
614 values.put(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in createGroup()
760 Data.MIMETYPE + "=? AND " + GroupMembership.GROUP_ROW_ID + "=?", in addMembersToGroup()
770 insertBuilder.withValue(Data.MIMETYPE, GroupMembership.CONTENT_ITEM_TYPE); in addMembersToGroup()
808 Data.MIMETYPE + "=? AND " + GroupMembership.GROUP_ROW_ID + "=?", in removeMembersFromGroup()
/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/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/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java257 Phone.MIMETYPE
261 Data.MIMETYPE + " IN ('"
388 item.mimeType = cursor.getString(cursor.getColumnIndex(Phone.MIMETYPE)); in onLoadComplete()
/packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
DExchangeDirectoryProvider.java148 r.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in addEmailAddress()
160 r.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in addPhoneRow()
172 r.put(Data.MIMETYPE, StructuredName.CONTENT_ITEM_TYPE); in addNameRow()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java178 Data.MIMETYPE,
182 final int MIMETYPE = 1; field
533 final String mimeType = cursor.getString(ExtraInfoQuery.MIMETYPE); in onQueryComplete()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DContactsSyncAdapter.java84 private static final String MIMETYPE_GROUP_MEMBERSHIP_AND_ID_EQUALS = Data.MIMETYPE + "='" +
1090 String mimeType = cv.getAsString(Data.MIMETYPE); in findTypedData()
1135 String mimeType = cv.getAsString(Data.MIMETYPE); in findUntypedData()
1225 builder.withValue(Data.MIMETYPE, mimeType); in newRowBuilder()
1913 String mimeType = cv.getAsString(Data.MIMETYPE); in sendLocalChanges()
/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