HomeSort by relevance Sort by last modified time
    Searched refs:scaledThreshold (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 348 int scaledThreshold = threshold * MatchScore.SCORE_SCALE;
354 if (matchScore.getScore() >= scaledThreshold) {
RawContactMatcher.java 335 int scaledThreshold = threshold * SCORE_SCALE;
341 if (matchScore.getScore() >= scaledThreshold) {

Completed in 48 milliseconds