Home
last modified time | relevance | path

Searched refs:PERSON_ID (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java166 values.put(Organizations.PERSON_ID, personId); in testPrimaryOrganization()
173 values.put(Organizations.PERSON_ID, personId); in testPrimaryOrganization()
209 values.put(Phones.PERSON_ID, personId); in testPrimaryPhone()
216 values.put(Phones.PERSON_ID, personId); in testPrimaryPhone()
255 values.put(ContactMethods.PERSON_ID, personId); in testEmailCrud()
278 values.put(ContactMethods.PERSON_ID, personId); in testPrimaryEmail()
287 values.put(ContactMethods.PERSON_ID, personId); in testPrimaryEmail()
348 values.put(Organizations.PERSON_ID, personId); in testOrganizationsInsert()
362 assertTypeAndLabelConstraints(Organizations.CONTENT_URI, Organizations.PERSON_ID, personId, in testOrganizationsInsert()
381 values.put(Organizations.PERSON_ID, personId); in testOrganizationsUpdate()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java375 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.PERSON_ID, in sOrganizationProjectionMap.put() argument
376 android.provider.Contacts.Organizations.PERSON_ID); in sOrganizationProjectionMap.put()
390 sContactMethodProjectionMap.put(ContactMethods.PERSON_ID, ContactMethods.PERSON_ID); in sContactMethodProjectionMap.put() argument
401 sPhoneProjectionMap.put(android.provider.Contacts.Phones.PERSON_ID, in sPhoneProjectionMap.put() argument
402 android.provider.Contacts.Phones.PERSON_ID); in sPhoneProjectionMap.put()
417 sExtensionProjectionMap.put(android.provider.Contacts.Extensions.PERSON_ID, in sExtensionProjectionMap.put() argument
418 android.provider.Contacts.Extensions.PERSON_ID); in sExtensionProjectionMap.put()
437 sGroupMembershipProjectionMap.put(android.provider.Contacts.GroupMembership.PERSON_ID, in sGroupMembershipProjectionMap.put() argument
438 android.provider.Contacts.GroupMembership.PERSON_ID); in sGroupMembershipProjectionMap.put()
454 sPhotoProjectionMap.put(android.provider.Contacts.Photos.PERSON_ID, in sPhotoProjectionMap.put() argument
[all …]
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DPhoneQuery.java26 static final int PERSON_ID = 0; field in PhoneQuery
DContactInfoHelper.java360 Contacts.getLookupUri(phoneLookupCursor.getLong(PhoneQuery.PERSON_ID), lookupKey); in createPhoneLookupContactInfo()
370 ContactsUtils.determineUserType(null, phoneLookupCursor.getLong(PhoneQuery.PERSON_ID)); in createPhoneLookupContactInfo()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsProvider.java63 new String[] { Contacts.Phones.PERSON_ID };