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.java165 values.put(Organizations.PERSON_ID, personId); in testPrimaryOrganization()
172 values.put(Organizations.PERSON_ID, personId); in testPrimaryOrganization()
208 values.put(Phones.PERSON_ID, personId); in testPrimaryPhone()
215 values.put(Phones.PERSON_ID, personId); in testPrimaryPhone()
254 values.put(ContactMethods.PERSON_ID, personId); in testEmailCrud()
277 values.put(ContactMethods.PERSON_ID, personId); in testPrimaryEmail()
286 values.put(ContactMethods.PERSON_ID, personId); in testPrimaryEmail()
347 values.put(Organizations.PERSON_ID, personId); in testOrganizationsInsert()
361 assertTypeAndLabelConstraints(Organizations.CONTENT_URI, Organizations.PERSON_ID, personId, in testOrganizationsInsert()
380 values.put(Organizations.PERSON_ID, personId); in testOrganizationsUpdate()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java377 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.PERSON_ID, in sOrganizationProjectionMap.put() argument
378 android.provider.Contacts.Organizations.PERSON_ID); in sOrganizationProjectionMap.put()
392 sContactMethodProjectionMap.put(ContactMethods.PERSON_ID, ContactMethods.PERSON_ID); in sContactMethodProjectionMap.put() argument
403 sPhoneProjectionMap.put(android.provider.Contacts.Phones.PERSON_ID, in sPhoneProjectionMap.put() argument
404 android.provider.Contacts.Phones.PERSON_ID); in sPhoneProjectionMap.put()
419 sExtensionProjectionMap.put(android.provider.Contacts.Extensions.PERSON_ID, in sExtensionProjectionMap.put() argument
420 android.provider.Contacts.Extensions.PERSON_ID); in sExtensionProjectionMap.put()
439 sGroupMembershipProjectionMap.put(android.provider.Contacts.GroupMembership.PERSON_ID, in sGroupMembershipProjectionMap.put() argument
440 android.provider.Contacts.GroupMembership.PERSON_ID); in sGroupMembershipProjectionMap.put()
456 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.java75 new String[] { Contacts.Phones.PERSON_ID };