Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1413 final long rawContactIds[] = getRawContactIdsForAggregation(contactIds); in joinSeveralContacts()
1543 long rawContactIds[] = getRawContactIdsForAggregation(contactId1, contactId2); in joinContacts()
1662 private long[] getRawContactIdsForAggregation(long[] contactIds) { in getRawContactIdsForAggregation() method in ContactSaveService
1710 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation() method in ContactSaveService
1711 return getRawContactIdsForAggregation(new long[] {contactId1, contactId2}); in getRawContactIdsForAggregation()