Home
last modified time | relevance | path

Searched defs:pickBestMatches (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DRawContactMatcher.java309 public List<MatchScore> pickBestMatches() { in pickBestMatches() method in RawContactMatcher
334 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in RawContactMatcher
H A DContactMatcher.java347 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches() method in ContactMatcher