/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 | 642 public static final String CONTENT_DIRECTORY = 643 SyncStateContract.Constants.CONTENT_DIRECTORY; 649 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY); 696 public static final String CONTENT_DIRECTORY = 697 SyncStateContract.Constants.CONTENT_DIRECTORY; 703 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";
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
ContactLoaderTest.java | 106 final Uri entityUri = Uri.withAppendedPath(baseUri, Contacts.Entity.CONTENT_DIRECTORY); 141 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY); 171 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY); 201 final Uri entityUri = Uri.withAppendedPath(lookupNoIdUri, Contacts.Entity.CONTENT_DIRECTORY); 230 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY); 269 Contacts.Entity.CONTENT_DIRECTORY); 382 RawContacts.Data.CONTENT_DIRECTORY);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsActor.java | 395 contactId), RawContacts.Data.CONTENT_DIRECTORY); 411 contactId), RawContacts.Data.CONTENT_DIRECTORY); 426 contactId), RawContacts.Data.CONTENT_DIRECTORY); 461 contactId), Contacts.Data.CONTENT_DIRECTORY); 472 rawContactId), Contacts.Data.CONTENT_DIRECTORY); 505 rawContactId), RawContacts.Data.CONTENT_DIRECTORY);
|
LegacyContactsProviderTest.java | 348 Uri twigUri = Uri.withAppendedPath(personUri, Organizations.CONTENT_DIRECTORY); 409 Uri twigUri = Uri.withAppendedPath(personUri, People.Phones.CONTENT_DIRECTORY); 549 Uri twigUri = Uri.withAppendedPath(personUri, People.ContactMethods.CONTENT_DIRECTORY); 606 Uri twigUri = Uri.withAppendedPath(personUri, People.Extensions.CONTENT_DIRECTORY); 669 Uri personsGroupsUri = Uri.withAppendedPath(personUri, GroupMembership.CONTENT_DIRECTORY); 688 Uri personsGroupsUri = Uri.withAppendedPath(personUri, GroupMembership.CONTENT_DIRECTORY); 726 Uri photoUri = Uri.withAppendedPath(personUri, Photos.CONTENT_DIRECTORY); 779 Uri photoUri = Uri.withAppendedPath(personUri, Photos.CONTENT_DIRECTORY); [all...] |
ContactsProvider2Test.java | 492 Contacts.Entity.CONTENT_DIRECTORY), 806 Uri dataUri = Uri.withAppendedPath(lookupUri, Contacts.Data.CONTENT_DIRECTORY); 812 dataUri = Uri.withAppendedPath(lookupUri, Contacts.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);
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
ContactDetailFragment.java | 146 // Contacts.Data.CONTENT_DIRECTORY to map to the provided contact. It's done 147 // differently for these earlier versions because Contacts.Data.CONTENT_DIRECTORY works 330 final Uri uri = Uri.withAppendedPath(mContactUri, Contacts.Data.CONTENT_DIRECTORY); 600 Uri imageUri = Uri.withAppendedPath(contactUri, Photo.CONTENT_DIRECTORY);
|
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
PhoneNumberInteraction.java | 359 if (!inputUriAsString.endsWith(Contacts.Data.CONTENT_DIRECTORY)) { 360 queryUri = Uri.withAppendedPath(uri, Contacts.Data.CONTENT_DIRECTORY);
|
/external/chromium_org/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/ |
PersonalAutofillPopulator.java | 31 ContactsContract.Contacts.Data.CONTENT_DIRECTORY
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactListAdapter.java | 75 builder.appendEncodedPath(AggregationSuggestions.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 | 157 Uri dataUri = Uri.withAppendedPath(mAggregateUri, Data.CONTENT_DIRECTORY);
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
ContactDeletionInteraction.java | 211 Uri.withAppendedPath(contactUri, Entity.CONTENT_DIRECTORY), ENTITY_PROJECTION,
|
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
PeopleActivityTest.java | 229 Contacts.getLookupUri(contactId, lookupKey), Contacts.Entity.CONTENT_DIRECTORY);
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
StreamItemPopulatorActivity.java | 225 ContactsContract.RawContacts.StreamItems.CONTENT_DIRECTORY))
|
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/ |
PhoneNumberInteractionTest.java | 243 dataUri = Uri.withAppendedPath(uri, Contacts.Data.CONTENT_DIRECTORY);
|