Searched refs:getRawContactIdsForAggregation (Results 1 – 1 of 1) sorted by relevance
1421 final long rawContactIds[] = getRawContactIdsForAggregation(contactIds); in joinSeveralContacts()1551 long rawContactIds[] = getRawContactIdsForAggregation(contactId1, contactId2); in joinContacts()1670 private long[] getRawContactIdsForAggregation(long[] contactIds) { in getRawContactIdsForAggregation() method in ContactSaveService1718 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation() method in ContactSaveService1719 return getRawContactIdsForAggregation(new long[] {contactId1, contactId2}); in getRawContactIdsForAggregation()