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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java119 public static final String EXTRA_CONTACT_ID1 = "contactId1";
1117 * The resulting contact uses the name from {@param contactId1} if possible.
1119 public static Intent createJoinContactsIntent(Context context, long contactId1, argument
1123 serviceIntent.putExtra(ContactSaveService.EXTRA_CONTACT_ID1, contactId1);
1224 long contactId1 = intent.getLongExtra(EXTRA_CONTACT_ID1, -1);
1229 long rawContactIds[] = getRawContactIdsForAggregation(contactId1, contactId2);
1248 // Use the name for contactId1 as the name for the newly aggregated contact.
1250 Contacts.CONTENT_URI, contactId1);
1269 // Mark the name from contactId1 IS_SUPER_PRIMARY to make sure that the contact
1347 private long[] getRawContactIdsForAggregation(long contactId1, lon argument
[all...]

Completed in 181 milliseconds