HomeSort by relevance Sort by last modified time
    Searched refs:SCORE_SCALE (Results 1 - 3 of 3) 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;
ContactMatcher.java 348 int scaledThreshold = threshold * MatchScore.SCORE_SCALE;

Completed in 69 milliseconds