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.java372 final String rawContactIds1 = TextUtils.join(",", rawContactIdSet1); in isDataMaching() local
376 rawContactIds1, rawContactIds2, /* isIdentityMatching =*/ true, in isDataMaching()
379 Log.v(TAG, "canJoinIntoContact: identity match found between " + rawContactIds1 + in isDataMaching()
387 buildEmailMatchingSql(rawContactIds1, rawContactIds2, true))) { in isDataMaching()
389 Log.v(TAG, "canJoinIntoContact: email match found between " + rawContactIds1 + in isDataMaching()
397 buildPhoneMatchingSql(rawContactIds1, rawContactIds2, true))) { in isDataMaching()
399 Log.v(TAG, "canJoinIntoContact: phone match found between " + rawContactIds1 + in isDataMaching()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1315 long[] rawContactIds1, long[] rawContactIds2, boolean hardSplit) { in buildSplitTwoContacts() argument
1316 if (rawContactIds1 == null || rawContactIds2 == null) { in buildSplitTwoContacts()
1324 for (int i = 0; i < rawContactIds1.length; i++) { in buildSplitTwoContacts()
1326 buildSplitContactDiff(operations, rawContactIds1[i], rawContactIds2[j], hardSplit); in buildSplitTwoContacts()