Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java311 public long pickBestMatch(int threshold, boolean allowMultipleMatches) { in pickBestMatch() argument
330 if (contactId != -1 && !allowMultipleMatches) { in pickBestMatch()