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.java282 public List<Long> prepareSecondaryMatchCandidates(int threshold) { in prepareSecondaryMatchCandidates() method in ContactMatcher
DRawContactMatcher.java284 public List<Long> prepareSecondaryMatchCandidates() { in prepareSecondaryMatchCandidates() method in RawContactMatcher
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java638 List<Long> secondaryContactIds = matcher.prepareSecondaryMatchCandidates( in pickBestMatchBasedOnSecondaryData()
DContactAggregator2.java877 final List<Long> secondaryRawContactIds = matcher.prepareSecondaryMatchCandidates(); in updateMatchScores()