Searched refs:PERSON_ID (Results 1 – 5 of 5) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | LegacyContactsProviderTest.java | 149 values.put(Organizations.PERSON_ID, personId); in testPrimaryOrganization() 156 values.put(Organizations.PERSON_ID, personId); in testPrimaryOrganization() 192 values.put(Phones.PERSON_ID, personId); in testPrimaryPhone() 199 values.put(Phones.PERSON_ID, personId); in testPrimaryPhone() 237 values.put(ContactMethods.PERSON_ID, personId); in testEmailCrud() 260 values.put(ContactMethods.PERSON_ID, personId); in testPrimaryEmail() 269 values.put(ContactMethods.PERSON_ID, personId); in testPrimaryEmail() 329 values.put(Organizations.PERSON_ID, personId); in testOrganizationsInsert() 343 assertTypeAndLabelConstraints(Organizations.CONTENT_URI, Organizations.PERSON_ID, personId, in testOrganizationsInsert() 362 values.put(Organizations.PERSON_ID, personId); in testOrganizationsUpdate() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 406 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.PERSON_ID, in sOrganizationProjectionMap.put() argument 407 android.provider.Contacts.Organizations.PERSON_ID); in sOrganizationProjectionMap.put() 421 sContactMethodProjectionMap.put(ContactMethods.PERSON_ID, ContactMethods.PERSON_ID); in sContactMethodProjectionMap.put() argument 432 sPhoneProjectionMap.put(android.provider.Contacts.Phones.PERSON_ID, in sPhoneProjectionMap.put() argument 433 android.provider.Contacts.Phones.PERSON_ID); in sPhoneProjectionMap.put() 448 sExtensionProjectionMap.put(android.provider.Contacts.Extensions.PERSON_ID, in sExtensionProjectionMap.put() argument 449 android.provider.Contacts.Extensions.PERSON_ID); in sExtensionProjectionMap.put() 468 sGroupMembershipProjectionMap.put(android.provider.Contacts.GroupMembership.PERSON_ID, in sGroupMembershipProjectionMap.put() argument 469 android.provider.Contacts.GroupMembership.PERSON_ID); in sGroupMembershipProjectionMap.put() 485 sPhotoProjectionMap.put(android.provider.Contacts.Photos.PERSON_ID, in sPhotoProjectionMap.put() argument [all …]
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | PhoneQuery.java | 78 public static final int PERSON_ID = 0; field in PhoneQuery
|
D | ContactInfoHelper.java | 196 info.lookupUri = Contacts.getLookupUri(phoneLookupCursor.getLong(PhoneQuery.PERSON_ID), in createPhoneLookupContactInfo() 207 phoneLookupCursor.getLong(PhoneQuery.PERSON_ID)); in createPhoneLookupContactInfo()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | SmsProvider.java | 61 new String[] { Contacts.Phones.PERSON_ID };
|