Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java373 final String rawContactIds2 = TextUtils.join(",", rawContactIdSet2); in isDataMaching() local
376 rawContactIds1, rawContactIds2, /* isIdentityMatching =*/ true, in isDataMaching()
380 " and " + rawContactIds2); in isDataMaching()
387 buildEmailMatchingSql(rawContactIds1, rawContactIds2, true))) { in isDataMaching()
390 " and " + rawContactIds2); in isDataMaching()
397 buildPhoneMatchingSql(rawContactIds1, rawContactIds2, true))) { in isDataMaching()
400 " and " + rawContactIds2); 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()
1325 for (int j = 0; j < rawContactIds2.length; j++) { in buildSplitTwoContacts()
1326 buildSplitContactDiff(operations, rawContactIds1[i], rawContactIds2[j], hardSplit); in buildSplitTwoContacts()