Home
last modified time | relevance | path

Searched defs:rawContactIdSet2 (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java748 String rawContactIdSet2, boolean isIdentityMatching, boolean countOnly) { in buildIdentityMatchingSql()
765 protected final String buildEmailMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildEmailMatchingSql()
780 protected final String buildPhoneMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildPhoneMatchingSql()
805 String rawContactIdSet2) { in buildExceptionMatchingSql()
H A DContactAggregator.java371 Set<Long> rawContactIdSet2) { in isDataMaching()
H A DContactAggregator2.java289 private String buildExceptionMatchingSql(String rawContactIdSet1, String rawContactIdSet2, in buildExceptionMatchingSql()