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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java70 public static final long MULTIPLE_MATCHES = -2; field in class:ContactMatcher
309 * {@code allowMultipleMatches} is {@code false} it'll return {@link #MULTIPLE_MATCHES}.
331 return MULTIPLE_MATCHES;
H A DRawContactMatcher.java74 public static final long MULTIPLE_MATCHES = -2; field in class:RawContactMatcher
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java618 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES) {
624 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES) {

Completed in 67 milliseconds