OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MATCHING_ALGORITHM_CONSERVATIVE
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java
60
public static final int
MATCHING_ALGORITHM_CONSERVATIVE
= 1;
225
NameDistance nameDistance = algorithm ==
MATCHING_ALGORITHM_CONSERVATIVE
?
RawContactMatcher.java
64
public static final int
MATCHING_ALGORITHM_CONSERVATIVE
= 1;
223
NameDistance nameDistance = algorithm ==
MATCHING_ALGORITHM_CONSERVATIVE
?
Completed in 238 milliseconds