Searched refs:buildExceptionMatchingSql (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 289 private String buildExceptionMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildExceptionMatchingSql() method in ContactAggregator2 432 if (isFirstColumnGreaterThanZero(db, buildExceptionMatchingSql(rawContacts, rawContacts, in breakComponentsByExceptions() 435 findIdPairs(db, buildExceptionMatchingSql(rawContacts, rawContacts), joinPairs); in breakComponentsByExceptions()
|
D | AbstractContactAggregator.java | 802 protected final String buildExceptionMatchingSql(String rawContactIdSet1, in buildExceptionMatchingSql() method in AbstractContactAggregator 827 findIdPairs(db, buildExceptionMatchingSql(rawContactIds, rawContactIds), in findConnectedRawContacts()
|