HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT_DIRECTORY (Results 1 - 25 of 45) sorted by null

1 2

  /cts/tests/tests/permission2/src/android/permission2/cts/
ReadSocialStreamPermissionTest.java 41 Contacts.StreamItems.CONTENT_DIRECTORY), null, null, null, null);
52 Contacts.StreamItems.CONTENT_DIRECTORY), null, null, null, null);
63 .appendPath(Contacts.StreamItems.CONTENT_DIRECTORY)
WriteSocialStreamPermissionTest.java 42 RawContacts.StreamItems.CONTENT_DIRECTORY), values);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 67 Uri phoneUri = Uri.withAppendedPath(contactUri, Phones.CONTENT_DIRECTORY);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StreamItemPhotosTest.java 55 StreamItems.StreamItemPhotos.CONTENT_DIRECTORY);
ContactsContract_StreamItemsTest.java 64 .appendPath(RawContacts.StreamItems.CONTENT_DIRECTORY)
107 RawContacts.StreamItems.CONTENT_DIRECTORY);
  /frameworks/base/core/java/android/provider/
BrowserContract.java 512 public static final String CONTENT_DIRECTORY =
513 SyncStateContract.Constants.CONTENT_DIRECTORY;
519 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY);
ContactsContract.java 641 public static final String CONTENT_DIRECTORY =
642 SyncStateContract.Constants.CONTENT_DIRECTORY;
648 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY);
695 public static final String CONTENT_DIRECTORY =
696 SyncStateContract.Constants.CONTENT_DIRECTORY;
702 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
    [all...]
Contacts.java 161 public static final String CONTENT_DIRECTORY = "settings";
593 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
607 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
674 public static final String CONTENT_DIRECTORY = "phones";
702 public static final String CONTENT_DIRECTORY = "contact_methods";
729 public static final String CONTENT_DIRECTORY = "extensions";
    [all...]
SyncStateContract.java 55 public static final String CONTENT_DIRECTORY = "syncstate";
CalendarContract.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 105 final Uri entityUri = Uri.withAppendedPath(baseUri, Contacts.Entity.CONTENT_DIRECTORY);
140 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
170 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
200 final Uri entityUri = Uri.withAppendedPath(lookupNoIdUri, Contacts.Entity.CONTENT_DIRECTORY);
229 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
268 Contacts.Entity.CONTENT_DIRECTORY);
381 RawContacts.Data.CONTENT_DIRECTORY);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 384 contactId), RawContacts.Data.CONTENT_DIRECTORY);
400 contactId), RawContacts.Data.CONTENT_DIRECTORY);
415 contactId), RawContacts.Data.CONTENT_DIRECTORY);
450 contactId), Contacts.Data.CONTENT_DIRECTORY);
461 rawContactId), Contacts.Data.CONTENT_DIRECTORY);
494 rawContactId), RawContacts.Data.CONTENT_DIRECTORY);
ContactsProvider2Test.java 434 Contacts.Entity.CONTENT_DIRECTORY),
742 Uri dataUri = Uri.withAppendedPath(lookupUri, Contacts.Data.CONTENT_DIRECTORY);
748 dataUri = Uri.withAppendedPath(lookupUri, Contacts.Data.CONTENT_DIRECTORY);
753 lookupKey), Contacts.Data.CONTENT_DIRECTORY);
792 Uri entityUri = Uri.withAppendedPath(contactUri, Contacts.Entity.CONTENT_DIRECTORY);
816 Uri entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY);
821 entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY);
826 entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY);
    [all...]
LegacyContactsProviderTest.java 350 Uri twigUri = Uri.withAppendedPath(personUri, Organizations.CONTENT_DIRECTORY);
411 Uri twigUri = Uri.withAppendedPath(personUri, People.Phones.CONTENT_DIRECTORY);
551 Uri twigUri = Uri.withAppendedPath(personUri, People.ContactMethods.CONTENT_DIRECTORY);
608 Uri twigUri = Uri.withAppendedPath(personUri, People.Extensions.CONTENT_DIRECTORY);
671 Uri personsGroupsUri = Uri.withAppendedPath(personUri, GroupMembership.CONTENT_DIRECTORY);
690 Uri personsGroupsUri = Uri.withAppendedPath(personUri, GroupMembership.CONTENT_DIRECTORY);
728 Uri photoUri = Uri.withAppendedPath(personUri, Photos.CONTENT_DIRECTORY);
781 Uri photoUri = Uri.withAppendedPath(personUri, Photos.CONTENT_DIRECTORY);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 92 builder.appendEncodedPath(Contacts.Data.CONTENT_DIRECTORY);
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java 61 CONTACT_URI, Entity.CONTENT_DIRECTORY);
PhoneNumberInteractionTest.java 243 dataUri = Uri.withAppendedPath(uri, Contacts.Data.CONTENT_DIRECTORY);
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 142 ContactsContract.Contacts.Data.CONTENT_DIRECTORY);
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 72 builder.appendEncodedPath(AggregationSuggestions.CONTENT_DIRECTORY);
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 229 Contacts.getLookupUri(contactId, lookupKey), Contacts.Entity.CONTENT_DIRECTORY);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 78 final Uri dataUri = Uri.withAppendedPath(contactUri, Contacts.Data.CONTENT_DIRECTORY);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java 353 if (!inputUriAsString.endsWith(Contacts.Data.CONTENT_DIRECTORY)) {
354 queryUri = Uri.withAppendedPath(uri, Contacts.Data.CONTENT_DIRECTORY);
ContactDeletionInteraction.java 212 Uri.withAppendedPath(contactUri, Entity.CONTENT_DIRECTORY), ENTITY_PROJECTION,
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 160 Uri dataUri = Uri.withAppendedPath(mAggregateUri, Data.CONTENT_DIRECTORY);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java 225 ContactsContract.RawContacts.StreamItems.CONTENT_DIRECTORY))

Completed in 1144 milliseconds

1 2