Home
last modified time | relevance | path

Searched refs:ISPRIMARY (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java162 values.put(Organizations.ISPRIMARY, 1); in testPrimaryOrganization()
206 values.put(Phones.ISPRIMARY, 1); in testPrimaryPhone()
258 values.put(ContactMethods.ISPRIMARY, 1); in testEmailCrud()
281 values.put(ContactMethods.ISPRIMARY, 1); in testPrimaryEmail()
351 values.put(Organizations.ISPRIMARY, 1); in testOrganizationsInsert()
384 values.put(Organizations.ISPRIMARY, 0); in testOrganizationsUpdate()
394 values.put(Organizations.ISPRIMARY, 1); in testOrganizationsUpdate()
412 values.put(Phones.ISPRIMARY, 1); in testPhonesInsert()
456 values.put(Phones.ISPRIMARY, 0); in testPhonesUpdate()
465 values.put(Phones.ISPRIMARY, 1); in testPhonesUpdate()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java379 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.ISPRIMARY, in sOrganizationProjectionMap.put() argument
380 android.provider.Contacts.Organizations.ISPRIMARY); in sOrganizationProjectionMap.put()
394 sContactMethodProjectionMap.put(ContactMethods.ISPRIMARY, ContactMethods.ISPRIMARY); in sContactMethodProjectionMap.put() argument
405 sPhoneProjectionMap.put(android.provider.Contacts.Phones.ISPRIMARY, in sPhoneProjectionMap.put() argument
406 android.provider.Contacts.Phones.ISPRIMARY); in sPhoneProjectionMap.put()
584 + " AS " + android.provider.Contacts.Organizations.ISPRIMARY + ", " + in createViews()
610 + " AS " + ContactMethods.ISPRIMARY + ", " + in createViews()
633 + " AS " + android.provider.Contacts.Phones.ISPRIMARY + ", " + in createViews()
1340 values, android.provider.Contacts.Organizations.ISPRIMARY); in parseOrganizationValues()
1361 values, android.provider.Contacts.Phones.ISPRIMARY); in parsePhoneValues()
[all …]