Searched defs:MATCHING_ALGORITHM_EXACT (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java59 public static final int MATCHING_ALGORITHM_EXACT = 0; field in class:ContactMatcher
205 if (algorithm == MATCHING_ALGORITHM_EXACT) {
H A DRawContactMatcher.java63 public static final int MATCHING_ALGORITHM_EXACT = 0; field in class:RawContactMatcher
203 if (algorithm == MATCHING_ALGORITHM_EXACT) {

Completed in 175 milliseconds