OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scaledthreshold
(Results
1 - 1
of
1
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java
436
int
scaledThreshold
= threshold * SCORE_SCALE;
442
if (matchScore.getScore() >=
scaledThreshold
) {
Completed in 976 milliseconds