Searched refs:buildIdentityMatchingSql (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 324 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()
|
D | AbstractContactAggregator.java | 746 protected final String buildIdentityMatchingSql(String rawContactIdSet1, in buildIdentityMatchingSql() method in AbstractContactAggregator 830 findIdPairs(db, buildIdentityMatchingSql(rawContactIds, rawContactIds, in findConnectedRawContacts()
|