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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1085 long rawContactIds[] = getRawContactIdsForAggregation(contactIds);
1136 long rawContactIds[] = getRawContactIdsForAggregation(contactId1, contactId2);
1206 private long[] getRawContactIdsForAggregation(long[] contactIds) { method in class:ContactSaveService
1254 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { method in class:ContactSaveService
1255 return getRawContactIdsForAggregation(new long[] {contactId1, contactId2});

Completed in 31 milliseconds