Searched defs:primary (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java152 // Non-primary
164 // Remove the original primary organization
196 // Non-primary
213 // Remove the primary phone number
267 // Non-primary
285 // Remove the primary email
525 String auxData, boolean primary) {
538 values.put(ContactMethods.ISPRIMARY, primary ? 1 : 0);
524 assertContactMethodInsert(int kind, int type, String label, String data, String auxData, boolean primary) argument
H A DBaseContactsProvider2Test.java295 protected Uri insertOrganization(long rawContactId, ContentValues values, boolean primary) { argument
299 if (primary) {
311 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary) { argument
312 return insertPhoneNumber(rawContactId, phoneNumber, primary, Phone.TYPE_HOME);
315 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, argument
322 if (primary) {
334 protected Uri insertEmail(long rawContactId, String email, boolean primary) { argument
335 return insertEmail(rawContactId, email, primary, Email.TYPE_HOME, null);
338 protected Uri insertEmail(long rawContactId, String email, boolean primary, int type, argument
346 if (primary) {
358 insertSipAddress(long rawContactId, String sipAddress, boolean primary) argument
[all...]

Completed in 44 milliseconds