Searched refs:rawContactIdSet2 (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 747 String rawContactIdSet2, boolean isIdentityMatching, boolean countOnly) { in buildIdentityMatchingSql() argument 759 " AND d2." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet2 + ")"; in buildIdentityMatchingSql() 764 protected final String buildEmailMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildEmailMatchingSql() argument 774 " AND d2." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet2 + ")"; in buildEmailMatchingSql() 779 protected final String buildPhoneMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildPhoneMatchingSql() argument 795 " AND d2." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet2 + ")" + in buildPhoneMatchingSql() 804 String rawContactIdSet2) { in buildExceptionMatchingSql() argument 810 " AND " + AggregationExceptions.RAW_CONTACT_ID2 + " IN (" + rawContactIdSet2 + ")" + in buildExceptionMatchingSql()
|
D | ContactAggregator.java | 371 Set<Long> rawContactIdSet2) { in isDataMaching() argument 373 final String rawContactIds2 = TextUtils.join(",", rawContactIdSet2); in isDataMaching()
|
D | ContactAggregator2.java | 289 private String buildExceptionMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildExceptionMatchingSql() argument 297 " AND " + AggregationExceptions.RAW_CONTACT_ID2 + " IN (" + rawContactIdSet2 + ")" + in buildExceptionMatchingSql()
|