Home
last modified time | relevance | path

Searched refs:buildExceptionMatchingSql (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java289 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()
DAbstractContactAggregator.java804 protected final String buildExceptionMatchingSql(String rawContactIdSet1, in buildExceptionMatchingSql() method in AbstractContactAggregator
829 findIdPairs(db, buildExceptionMatchingSql(rawContactIds, rawContactIds), in findConnectedRawContacts()