Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A 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()
H A DAbstractContactAggregator.java747 protected final String buildIdentityMatchingSql(String rawContactIdSet1, in buildIdentityMatchingSql() method in AbstractContactAggregator
831 findIdPairs(db, buildIdentityMatchingSql(rawContactIds, rawContactIds, in findConnectedRawContacts()