Home
last modified time | relevance | path

Searched refs:prepareSecondaryMatchCandidates (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java284 public List<Long> prepareSecondaryMatchCandidates(int threshold) { in prepareSecondaryMatchCandidates() method in ContactMatcher
DRawContactMatcher.java286 public List<Long> prepareSecondaryMatchCandidates() { in prepareSecondaryMatchCandidates() method in RawContactMatcher
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java640 List<Long> secondaryContactIds = matcher.prepareSecondaryMatchCandidates( in pickBestMatchBasedOnSecondaryData()
DContactAggregator2.java879 final List<Long> secondaryRawContactIds = matcher.prepareSecondaryMatchCandidates(); in updateMatchScores()