Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java494 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()
DContactAggregator2.java479 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()
DAbstractContactAggregator.java1994 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts() local
1998 sb.append(matchScore.getContactId()); in queryMatchingContacts()
2041 MatchScore matchScore = limitedMatches.get(i); in queryMatchingContacts() local
2045 sb.append(matchScore.getContactId()); in queryMatchingContacts()
2054 for (MatchScore matchScore : limitedMatches) { in queryMatchingContacts()
2055 sortedContactIds.add(matchScore.getContactId()); in queryMatchingContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java353 MatchScore matchScore = matches.get(i); in pickBestMatches() local
354 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
DRawContactMatcher.java340 MatchScore matchScore = matches.get(i); in pickBestMatches() local
341 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()