HomeSort by relevance Sort by last modified time
    Searched defs:MULTIPLE_MATCHES (Results 1 - 2 of 2) 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;

Completed in 588 milliseconds