/development/samples/BusinessCard/src/com/example/android/businesscard/ |
ContactAccessorSdk3_4.java | 67 Uri phoneUri = Uri.withAppendedPath(contactUri, Phones.CONTENT_DIRECTORY);
|
/frameworks/base/core/java/android/provider/ |
BrowserContract.java | 420 public static final String CONTENT_DIRECTORY = 421 SyncStateContract.Constants.CONTENT_DIRECTORY; 427 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY);
|
ContactsContract.java | 630 public static final String CONTENT_DIRECTORY = 631 SyncStateContract.Constants.CONTENT_DIRECTORY; 637 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY); 684 public static final String CONTENT_DIRECTORY = 685 SyncStateContract.Constants.CONTENT_DIRECTORY; 691 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...] |
MediaStore.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 | 368 contactId), RawContacts.Data.CONTENT_DIRECTORY); 384 contactId), RawContacts.Data.CONTENT_DIRECTORY); 399 contactId), RawContacts.Data.CONTENT_DIRECTORY); 434 contactId), Contacts.Data.CONTENT_DIRECTORY); 445 rawContactId), Contacts.Data.CONTENT_DIRECTORY); 478 rawContactId), RawContacts.Data.CONTENT_DIRECTORY);
|
ContactsProvider2Test.java | 352 Contacts.Entity.CONTENT_DIRECTORY), 667 Uri dataUri = Uri.withAppendedPath(lookupUri, Contacts.Data.CONTENT_DIRECTORY); 673 dataUri = Uri.withAppendedPath(lookupUri, Contacts.Data.CONTENT_DIRECTORY); 678 lookupKey), Contacts.Data.CONTENT_DIRECTORY); 717 Uri entityUri = Uri.withAppendedPath(contactUri, Contacts.Entity.CONTENT_DIRECTORY); 741 Uri entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY); 746 entityUri = Uri.withAppendedPath(contactLookupUri, Contacts.Entity.CONTENT_DIRECTORY); 751 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...] |
BaseContactsProvider2Test.java | 468 RawContacts.StreamItems.CONTENT_DIRECTORY), 478 StreamItems.StreamItemPhotos.CONTENT_DIRECTORY), 625 RawContacts.Data.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 | 216 dataUri = Uri.withAppendedPath(uri, Contacts.Data.CONTENT_DIRECTORY);
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
PhoneNumberInteraction.java | 326 if (!inputUriAsString.endsWith(Contacts.Data.CONTENT_DIRECTORY)) { 327 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/activities/ |
AttachPhotoActivity.java | 174 RawContacts.Data.CONTENT_DIRECTORY);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactListAdapter.java | 89 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/ |
SplitAggregateView.java | 160 Uri dataUri = Uri.withAppendedPath(mAggregateUri, Data.CONTENT_DIRECTORY);
|
ContactLoader.java | 751 Uri entityUri = Uri.withAppendedPath(contactUri, Contacts.Entity.CONTENT_DIRECTORY); [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
StreamItemPopulatorActivity.java | 225 ContactsContract.RawContacts.StreamItems.CONTENT_DIRECTORY))
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
ContactsUtils.java | 296 Uri dataUri = Uri.withAppendedPath(baseUri, Contacts.Data.CONTENT_DIRECTORY);
|