Searched refs:matchScore (Results 1 – 6 of 6) sorted by relevance
351 MatchScore matchScore = matches.get(i); in pickBestMatches() local352 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
338 MatchScore matchScore = matches.get(i); in pickBestMatches() local339 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
492 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()493 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()501 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()502 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
477 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()478 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()486 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()487 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
1992 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts() local1996 sb.append(matchScore.getContactId()); in queryMatchingContacts()2039 MatchScore matchScore = limitedMatches.get(i); in queryMatchingContacts() local2043 sb.append(matchScore.getContactId()); in queryMatchingContacts()2052 for (MatchScore matchScore : limitedMatches) { in queryMatchingContacts()2053 sortedContactIds.add(matchScore.getContactId()); in queryMatchingContacts()
3895 private int matchScore; field in TelephonyProvider.SimRestoreMatch3935 matchScore = calculateMatchScore(); in SimRestoreMatch()3948 return matchScore; in getMatchScore()