HomeSort by relevance Sort by last modified time
    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