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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java371 Set<Long> rawContactIdSet2) {
373 final String rawContactIds2 = TextUtils.join(",", rawContactIdSet2);
370 isDataMaching(SQLiteDatabase db, Set<Long> rawContactIdSet1, Set<Long> rawContactIdSet2) argument
H A DContactAggregator2.java289 private String buildExceptionMatchingSql(String rawContactIdSet1, String rawContactIdSet2, argument
297 " AND " + AggregationExceptions.RAW_CONTACT_ID2 + " IN (" + rawContactIdSet2 + ")" +
H A DAbstractContactAggregator.java747 String rawContactIdSet2, boolean isIdentityMatching, boolean countOnly) {
759 " AND d2." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet2 + ")";
764 protected final String buildEmailMatchingSql(String rawContactIdSet1, String rawContactIdSet2, argument
774 " AND d2." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet2 + ")";
779 protected final String buildPhoneMatchingSql(String rawContactIdSet1, String rawContactIdSet2, argument
795 " AND d2." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet2 + ")" +
804 String rawContactIdSet2) {
810 " AND " + AggregationExceptions.RAW_CONTACT_ID2 + " IN (" + rawContactIdSet2 + ")" +
746 buildIdentityMatchingSql(String rawContactIdSet1, String rawContactIdSet2, boolean isIdentityMatching, boolean countOnly) argument
803 buildExceptionMatchingSql(String rawContactIdSet1, String rawContactIdSet2) argument

Completed in 18 milliseconds