Home
last modified time | relevance | path

Searched refs:rawContactIdSet1 (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java743 protected final String buildIdentityMatchingSql(String rawContactIdSet1, in buildIdentityMatchingSql() argument
755 " AND d1." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet1 + ")" + in buildIdentityMatchingSql()
761 protected final String buildEmailMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildEmailMatchingSql() argument
770 " AND d1." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet1 + ")" + in buildEmailMatchingSql()
776 protected final String buildPhoneMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildPhoneMatchingSql() argument
791 " AND d1." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet1 + ")" + in buildPhoneMatchingSql()
800 protected final String buildExceptionMatchingSql(String rawContactIdSet1, in buildExceptionMatchingSql() argument
806 rawContactIdSet1 + ")" + in buildExceptionMatchingSql()
DContactAggregator.java368 private boolean isDataMaching(SQLiteDatabase db, Set<Long> rawContactIdSet1, in isDataMaching() argument
370 final String rawContactIds1 = TextUtils.join(",", rawContactIdSet1); in isDataMaching()
DContactAggregator2.java287 private String buildExceptionMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildExceptionMatchingSql() argument
294 rawContactIdSet1 + ")" + in buildExceptionMatchingSql()