Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java370 final String rawContactIds1 = TextUtils.join(",", rawContactIdSet1); in isDataMaching() local
374 rawContactIds1, rawContactIds2, /* isIdentityMatching =*/ true, in isDataMaching()
377 Log.v(TAG, "canJoinIntoContact: identity match found between " + rawContactIds1 + in isDataMaching()
385 buildEmailMatchingSql(rawContactIds1, rawContactIds2, true))) { in isDataMaching()
387 Log.v(TAG, "canJoinIntoContact: email match found between " + rawContactIds1 + in isDataMaching()
395 buildPhoneMatchingSql(rawContactIds1, rawContactIds2, true))) { in isDataMaching()
397 Log.v(TAG, "canJoinIntoContact: phone match found between " + rawContactIds1 + in isDataMaching()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1323 long[] rawContactIds1, long[] rawContactIds2, boolean hardSplit) { in buildSplitTwoContacts() argument
1324 if (rawContactIds1 == null || rawContactIds2 == null) { in buildSplitTwoContacts()
1332 for (int i = 0; i < rawContactIds1.length; i++) { in buildSplitTwoContacts()
1334 buildSplitContactDiff(operations, rawContactIds1[i], rawContactIds2[j], hardSplit); in buildSplitTwoContacts()