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.java747 protected final String buildIdentityMatchingSql(String rawContactIdSet1, in buildIdentityMatchingSql() argument
759 " AND d1." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet1 + ")" + in buildIdentityMatchingSql()
765 protected final String buildEmailMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildEmailMatchingSql() argument
774 " AND d1." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet1 + ")" + in buildEmailMatchingSql()
780 protected final String buildPhoneMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildPhoneMatchingSql() argument
795 " AND d1." + Data.RAW_CONTACT_ID + " IN (" + rawContactIdSet1 + ")" + in buildPhoneMatchingSql()
804 protected final String buildExceptionMatchingSql(String rawContactIdSet1, in buildExceptionMatchingSql() argument
810 rawContactIdSet1 + ")" + in buildExceptionMatchingSql()
DContactAggregator.java370 private boolean isDataMaching(SQLiteDatabase db, Set<Long> rawContactIdSet1, in isDataMaching() argument
372 final String rawContactIds1 = TextUtils.join(",", rawContactIdSet1); in isDataMaching()
DContactAggregator2.java289 private String buildExceptionMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildExceptionMatchingSql() argument
296 rawContactIdSet1 + ")" + in buildExceptionMatchingSql()