OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinScore
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java
142
private static int
getMinScore
(int candidateNameType, int nameType) {
209
int minScore =
getMinScore
(candidateNameType, nameType);
RawContactMatcher.java
147
private static int
getMinScore
(int candidateNameType, int nameType) {
207
int minScore =
getMinScore
(candidateNameType, nameType);
Completed in 43 milliseconds