Home
last modified time | relevance | path

Searched refs:scaledThreshold (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java348 int scaledThreshold = threshold * MatchScore.SCORE_SCALE; in pickBestMatches() local
354 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
DRawContactMatcher.java335 int scaledThreshold = threshold * SCORE_SCALE; in pickBestMatches() local
341 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()