Searched refs:SCORE_THRESHOLD_PRIMARY (Results 1 – 4 of 4) sorted by relevance
39 public static final int SCORE_THRESHOLD_PRIMARY = 70; field in RawContactMatcher291 if (score.isKeepOut() || score.getPrimaryScore() > SCORE_THRESHOLD_PRIMARY){ in prepareSecondaryMatchCandidates()295 if (score.getSecondaryScore() >= SCORE_THRESHOLD_PRIMARY) { in prepareSecondaryMatchCandidates()322 if (score.getPrimaryScore() >= SCORE_THRESHOLD_PRIMARY || in pickBestMatches()
38 public static final int SCORE_THRESHOLD_PRIMARY = 70; field in ContactMatcher
493 mMatcher.pickBestMatches(ContactMatcher.SCORE_THRESHOLD_PRIMARY); in updateAggregationAfterVisibilityChange()641 ContactMatcher.SCORE_THRESHOLD_PRIMARY); in pickBestMatchBasedOnSecondaryData()675 long bestMatch = matcher.pickBestMatch(ContactMatcher.SCORE_THRESHOLD_PRIMARY, false); in updateMatchScoresBasedOnDataMatches()
19 …t static com.android.providers.contacts.aggregation.util.RawContactMatcher.SCORE_THRESHOLD_PRIMARY;478 mMatcher.pickBestMatches(SCORE_THRESHOLD_PRIMARY); in updateAggregationAfterVisibilityChange()