Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1332 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
1333 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
1341 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
1342 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
2680 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts() local
2684 sb.append(matchScore.getContactId()); in queryMatchingContacts()
2727 MatchScore matchScore = limitedMatches.get(i); in queryMatchingContacts() local
2731 sb.append(matchScore.getContactId()); in queryMatchingContacts()
2740 for (MatchScore matchScore : limitedMatches) { in queryMatchingContacts()
2741 sortedContactIds.add(matchScore.getContactId()); in queryMatchingContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java441 MatchScore matchScore = matches.get(i); in pickBestMatches() local
442 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()