OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCORE_SCALE
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
MatchScore.java
23
public static final int
SCORE_SCALE
= 1000;
113
return score *
SCORE_SCALE
+ mMatchCount;
RawContactMatcher.java
61
private static final int
SCORE_SCALE
= 1000;
335
int scaledThreshold = threshold *
SCORE_SCALE
;
Completed in 35 milliseconds