HomeSort by relevance Sort by last modified time
    Searched refs:MULTIPLE_MATCHES (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 70 public static final long MULTIPLE_MATCHES = -2;
309 * {@code allowMultipleMatches} is {@code false} it'll return {@link #MULTIPLE_MATCHES}.
331 return MULTIPLE_MATCHES;
RawContactMatcher.java 74 public static final long MULTIPLE_MATCHES = -2;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 618 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES) {
624 if (bestMatch == ContactMatcher.MULTIPLE_MATCHES) {
    [all...]

Completed in 113 milliseconds