Searched refs:matchScore (Results 1 – 6 of 6) sorted by relevance
353 MatchScore matchScore = matches.get(i); in pickBestMatches() local354 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
340 MatchScore matchScore = matches.get(i); in pickBestMatches() local341 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
494 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()495 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()503 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()504 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
479 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()480 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()488 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()489 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
2001 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts() local2005 sb.append(matchScore.getContactId()); in queryMatchingContacts()2048 MatchScore matchScore = limitedMatches.get(i); in queryMatchingContacts() local2052 sb.append(matchScore.getContactId()); in queryMatchingContacts()2061 for (MatchScore matchScore : limitedMatches) { in queryMatchingContacts()2062 sortedContactIds.add(matchScore.getContactId()); in queryMatchingContacts()
3400 private int matchScore; field in TelephonyProvider.SimRestoreMatch3439 matchScore = calculateMatchScore(); in SimRestoreMatch()3452 return matchScore; in getMatchScore()