Searched refs:SCORE_SCALE (Results 1 – 3 of 3) sorted by relevance
23 public static final int SCORE_SCALE = 1000; field in MatchScore113 return score * SCORE_SCALE + mMatchCount; in getScore()
61 private static final int SCORE_SCALE = 1000; field in RawContactMatcher335 int scaledThreshold = threshold * SCORE_SCALE; in pickBestMatches()
348 int scaledThreshold = threshold * MatchScore.SCORE_SCALE; in pickBestMatches()