Home
last modified time | relevance | path

Searched refs:CONTENT_DIRECTORY (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java111 final Uri entityUri = Uri.withAppendedPath(baseUri, Contacts.Entity.CONTENT_DIRECTORY); in testLoadContactWithContactIdUri()
142 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY); in testLoadContactWithOldStyleUri()
172 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY); in testLoadContactWithRawContactIdUri()
197 lookupNoIdUri, Contacts.Entity.CONTENT_DIRECTORY); in testLoadContactWithContactLookupUri()
221 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY); in testLoadContactWithContactLookupAndIdUri()
255 Contacts.Entity.CONTENT_DIRECTORY); in testLoadContactWithContactLookupWithIncorrectIdUri()
415 RawContacts.Data.CONTENT_DIRECTORY); in fetchContactIdAndLookupFromRawContactUri()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java670 contactId), RawContacts.Data.CONTENT_DIRECTORY); in createName()
686 contactId), RawContacts.Data.CONTENT_DIRECTORY); in createPhone()
701 contactId), RawContacts.Data.CONTENT_DIRECTORY); in createEmail()
736 contactId), Contacts.Data.CONTENT_DIRECTORY); in getDataCountForContact()
747 rawContactId), Contacts.Data.CONTENT_DIRECTORY); in getDataCountForRawContact()
780 rawContactId), RawContacts.Data.CONTENT_DIRECTORY); in createGroupMembership()
DLegacyContactsProviderTest.java367 Uri twigUri = Uri.withAppendedPath(personUri, Organizations.CONTENT_DIRECTORY); in testOrganizationsInsert()
429 Uri twigUri = Uri.withAppendedPath(personUri, People.Phones.CONTENT_DIRECTORY); in testPhonesInsert()
573 Uri twigUri = Uri.withAppendedPath(personUri, People.ContactMethods.CONTENT_DIRECTORY); in assertContactMethodInsert()
630 Uri twigUri = Uri.withAppendedPath(personUri, People.Extensions.CONTENT_DIRECTORY); in testExtensionsInsert()
693 Uri personsGroupsUri = Uri.withAppendedPath(personUri, GroupMembership.CONTENT_DIRECTORY); in testGroupMembershipsInsert()
712 Uri personsGroupsUri = Uri.withAppendedPath(personUri, GroupMembership.CONTENT_DIRECTORY); in testAddToGroup()
750 Uri photoUri = Uri.withAppendedPath(personUri, Photos.CONTENT_DIRECTORY); in testPhotoUpdate()
803 Uri photoUri = Uri.withAppendedPath(personUri, Photos.CONTENT_DIRECTORY); in assertSearchSuggestion()
DContactsProvider2Test.java589 Contacts.Entity.CONTENT_DIRECTORY), in testEntityProjection()
1030 Uri dataUri = Uri.withAppendedPath(lookupUri, Contacts.Data.CONTENT_DIRECTORY); in testDataDirectoryWithLookupUri()
1036 dataUri = Uri.withAppendedPath(lookupUri, Contacts.Data.CONTENT_DIRECTORY); in testDataDirectoryWithLookupUri()
1041 lookupKey), Contacts.Data.CONTENT_DIRECTORY); in testDataDirectoryWithLookupUri()
1080 Uri entityUri = Uri.withAppendedPath(contactUri, Contacts.Entity.CONTENT_DIRECTORY); in testContactEntitiesWithIdBasedUri()
1104 Uri entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY); in testContactEntitiesWithLookupUri()
1109 entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY); in testContactEntitiesWithLookupUri()
1114 entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY); in testContactEntitiesWithLookupUri()
1199 Uri.withAppendedPath(rawContactUri, RawContacts.Data.CONTENT_DIRECTORY); in testDataInsert()
1204 Uri contactDataUri = Uri.withAppendedPath(contactUri, Contacts.Data.CONTENT_DIRECTORY); in testDataInsert()
[all …]
DBaseContactsProvider2Test.java481 RawContacts.StreamItems.CONTENT_DIRECTORY), account), in insertStreamItem()
489 StreamItems.StreamItemPhotos.CONTENT_DIRECTORY), account), in insertStreamItemPhoto()
676 RawContacts.Data.CONTENT_DIRECTORY); in assertStructuredName()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterpriseContactsCursorWrapper.java179 .appendPath(Contacts.Photo.CONTENT_DIRECTORY).build().toString(); in getCorpThumbnailUri()
204 .appendPath(Contacts.Photo.CONTENT_DIRECTORY).build().toString(); in getCorpDisplayPhotoUri()
/packages/apps/Contacts/src/com/android/contacts/compat/
DAggregationSuggestionsCompat.java84 builder.appendPath(ContactsContract.Contacts.AggregationSuggestions.CONTENT_DIRECTORY); in build()
/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java253 if (!inputUriAsString.endsWith(Contacts.Data.CONTENT_DIRECTORY)) { in startInteraction()
254 queryUri = Uri.withAppendedPath(uri, Contacts.Data.CONTENT_DIRECTORY); in startInteraction()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java485 RawContacts.Data.CONTENT_DIRECTORY)); in buildDiff()
558 RawContacts.Data.CONTENT_DIRECTORY)); in buildDiffWrapper()
DContactLoader.java451 Uri entityUri = Uri.withAppendedPath(contactUri, Contacts.Entity.CONTENT_DIRECTORY); in loadContactEntity()
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DContactDeletionInteractionTest.java54 CONTACT_URI, Entity.CONTENT_DIRECTORY);
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DPeopleActivityTest.java157 Contacts.getLookupUri(contactId, lookupKey), Contacts.Entity.CONTENT_DIRECTORY); in expectContactEntityQuery()
/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java73 builder.appendEncodedPath(AggregationSuggestions.CONTENT_DIRECTORY); in configureLoader()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
DAudioPlayerActivity.java109 .appendEncodedPath(MediaStore.Audio.Playlists.Members.CONTENT_DIRECTORY) in start()
/packages/apps/Contacts/src/com/android/contacts/
DSplitAggregateView.java157 Uri dataUri = Uri.withAppendedPath(mAggregateUri, Data.CONTENT_DIRECTORY); in loadData()
DContactSaveService.java704 RawContacts.DisplayPhoto.CONTENT_DIRECTORY); in saveUpdatedPhoto()
1566 contactId1Uri, Contacts.Entity.CONTENT_DIRECTORY); in joinContacts()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactDeletionInteraction.java225 Uri.withAppendedPath(contactUri, Entity.CONTENT_DIRECTORY), ENTITY_PROJECTION, in onCreateLoader()
/packages/apps/Messaging/src/com/android/messaging/util/
DContactUtil.java422 .appendPath(ContactsContract.Contacts.Data.CONTENT_DIRECTORY).build(); in lookupStructuredName()
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt168 field public static final String CONTENT_DIRECTORY = "members";
206 field @Deprecated public static final String CONTENT_DIRECTORY = "members";
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java3136 public static final String CONTENT_DIRECTORY = "members"; field in MediaStore.Audio.Genres.Members
3291 public static final String CONTENT_DIRECTORY = "members"; field in MediaStore.Audio.Playlists.Members
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1786 Contacts.AggregationSuggestions.CONTENT_DIRECTORY); in assertSuggestions()
1793 Contacts.AggregationSuggestions.CONTENT_DIRECTORY), Uri.encode(filter)); in assertSuggestions()
DContactAggregator2Test.java1908 Contacts.AggregationSuggestions.CONTENT_DIRECTORY); in assertSuggestions()
1915 Contacts.AggregationSuggestions.CONTENT_DIRECTORY), Uri.encode(filter)); in assertSuggestions()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java273 Uri entityUri = Uri.withAppendedPath(contactUri, Contacts.Entity.CONTENT_DIRECTORY); in loadContactEntity()
/packages/apps/Settings/src/com/android/settings/
DUtils.java373 Profile.CONTENT_URI.buildUpon().appendPath(Contacts.Data.CONTENT_DIRECTORY).build(), in getLocalProfileGivenName()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java547 pathParts.get(2).equals(Contacts.Photo.CONTENT_DIRECTORY)) { in getThumbnailUri()

12