Searched refs:ISPRIMARY (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | LegacyContactsProviderTest.java | 163 values.put(Organizations.ISPRIMARY, 1); in testPrimaryOrganization() 207 values.put(Phones.ISPRIMARY, 1); in testPrimaryPhone() 259 values.put(ContactMethods.ISPRIMARY, 1); in testEmailCrud() 282 values.put(ContactMethods.ISPRIMARY, 1); in testPrimaryEmail() 352 values.put(Organizations.ISPRIMARY, 1); in testOrganizationsInsert() 385 values.put(Organizations.ISPRIMARY, 0); in testOrganizationsUpdate() 395 values.put(Organizations.ISPRIMARY, 1); in testOrganizationsUpdate() 413 values.put(Phones.ISPRIMARY, 1); in testPhonesInsert() 457 values.put(Phones.ISPRIMARY, 0); in testPhonesUpdate() 466 values.put(Phones.ISPRIMARY, 1); in testPhonesUpdate() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 377 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.ISPRIMARY, in sOrganizationProjectionMap.put() argument 378 android.provider.Contacts.Organizations.ISPRIMARY); in sOrganizationProjectionMap.put() 392 sContactMethodProjectionMap.put(ContactMethods.ISPRIMARY, ContactMethods.ISPRIMARY); in sContactMethodProjectionMap.put() argument 403 sPhoneProjectionMap.put(android.provider.Contacts.Phones.ISPRIMARY, in sPhoneProjectionMap.put() argument 404 android.provider.Contacts.Phones.ISPRIMARY); in sPhoneProjectionMap.put() 582 + " AS " + android.provider.Contacts.Organizations.ISPRIMARY + ", " + in createViews() 608 + " AS " + ContactMethods.ISPRIMARY + ", " + in createViews() 631 + " AS " + android.provider.Contacts.Phones.ISPRIMARY + ", " + in createViews() 1338 values, android.provider.Contacts.Organizations.ISPRIMARY); in parseOrganizationValues() 1359 values, android.provider.Contacts.Phones.ISPRIMARY); in parsePhoneValues() [all …]
|