Home
last modified time | relevance | path

Searched refs:updatePrimaryScore (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java183 updatePrimaryScore(contactId, MatchScore.MAX_SCORE); in matchIdentity()
201 updatePrimaryScore(contactId, maxScore); in matchName()
241 updatePrimaryScore(contactId, score); in matchName()
256 private void updatePrimaryScore(long contactId, int score) { in updatePrimaryScore() method in ContactMatcher
257 getMatchingScore(contactId).updatePrimaryScore(score); in updatePrimaryScore()
DRawContactMatcher.java199 updatePrimaryScore(rawContactId, contactId, accountId, maxScore); in matchName()
239 updatePrimaryScore(rawContactId, contactId, accountId, score); in matchName()
258 private void updatePrimaryScore(long rawContactId, long contactId, long accountId, int score) { in updatePrimaryScore() method in RawContactMatcher
259 getMatchingScore(rawContactId, contactId, accountId).updatePrimaryScore(score); in updatePrimaryScore()
357 updatePrimaryScore(rawContactId, contactId, accountId, SCORE_THRESHOLD_NO_NAME); in matchNoName()
DMatchScore.java78 public void updatePrimaryScore(int score) { in updatePrimaryScore() method in MatchScore