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.java371 final String rawContactIds2 = TextUtils.join(",", rawContactIdSet2); in isDataMaching() local
374 rawContactIds1, rawContactIds2, /* isIdentityMatching =*/ true, in isDataMaching()
378 " and " + rawContactIds2); in isDataMaching()
385 buildEmailMatchingSql(rawContactIds1, rawContactIds2, true))) { in isDataMaching()
388 " and " + rawContactIds2); in isDataMaching()
395 buildPhoneMatchingSql(rawContactIds1, rawContactIds2, true))) { in isDataMaching()
398 " and " + rawContactIds2); 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()
1333 for (int j = 0; j < rawContactIds2.length; j++) { in buildSplitTwoContacts()
1334 buildSplitContactDiff(operations, rawContactIds1[i], rawContactIds2[j], hardSplit); in buildSplitTwoContacts()