Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java324 if (DatabaseUtils.longForQuery(db, buildIdentityMatchingSql(rid, ridsInOtherAccts, in canJoinIntoContact()
326 DatabaseUtils.longForQuery(db, buildIdentityMatchingSql(rid, ridsInOtherAccts, in canJoinIntoContact()
375 if (isFirstColumnGreaterThanZero(db, buildIdentityMatchingSql( in isDataMaching()
DAbstractContactAggregator.java747 protected final String buildIdentityMatchingSql(String rawContactIdSet1, in buildIdentityMatchingSql() method in AbstractContactAggregator
831 findIdPairs(db, buildIdentityMatchingSql(rawContactIds, rawContactIds, in findConnectedRawContacts()