Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java351 MatchScore matchScore = matches.get(i); in pickBestMatches() local
352 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
DRawContactMatcher.java338 MatchScore matchScore = matches.get(i); in pickBestMatches() local
339 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java492 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()
DContactAggregator2.java477 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()
DAbstractContactAggregator.java1992 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts() local
1996 sb.append(matchScore.getContactId()); in queryMatchingContacts()
2039 MatchScore matchScore = limitedMatches.get(i); in queryMatchingContacts() local
2043 sb.append(matchScore.getContactId()); in queryMatchingContacts()
2052 for (MatchScore matchScore : limitedMatches) { in queryMatchingContacts()
2053 sortedContactIds.add(matchScore.getContactId()); in queryMatchingContacts()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3895 private int matchScore; field in TelephonyProvider.SimRestoreMatch
3935 matchScore = calculateMatchScore(); in SimRestoreMatch()
3948 return matchScore; in getMatchScore()