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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java396 * {@code allowMultipleMatches} is {@code true}, it returns the first one found, but if
397 * {@code allowMultipleMatches} is {@code false} it'll return {@link #MULTIPLE_MATCHES}.
399 public long pickBestMatch(int threshold, boolean allowMultipleMatches) { argument
418 if (contactId != -1 && !allowMultipleMatches) {

Completed in 83 milliseconds