Searched defs:rawContactIdSet1 (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 746 protected final String buildIdentityMatchingSql(String rawContactIdSet1, in buildIdentityMatchingSql() 764 protected final String buildEmailMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildEmailMatchingSql() 779 protected final String buildPhoneMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildPhoneMatchingSql() 803 protected final String buildExceptionMatchingSql(String rawContactIdSet1, in buildExceptionMatchingSql()
|
D | ContactAggregator.java | 370 private boolean isDataMaching(SQLiteDatabase db, Set<Long> rawContactIdSet1, in isDataMaching()
|
D | ContactAggregator2.java | 289 private String buildExceptionMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildExceptionMatchingSql()
|