Searched refs:updatePrimaryScore (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactMatcher.java | 181 updatePrimaryScore(contactId, MatchScore.MAX_SCORE); in matchIdentity() 199 updatePrimaryScore(contactId, maxScore); in matchName() 239 updatePrimaryScore(contactId, score); in matchName() 254 private void updatePrimaryScore(long contactId, int score) { in updatePrimaryScore() method in ContactMatcher 255 getMatchingScore(contactId).updatePrimaryScore(score); in updatePrimaryScore()
|
D | RawContactMatcher.java | 197 updatePrimaryScore(rawContactId, contactId, accountId, maxScore); in matchName() 237 updatePrimaryScore(rawContactId, contactId, accountId, score); in matchName() 256 private void updatePrimaryScore(long rawContactId, long contactId, long accountId, int score) { in updatePrimaryScore() method in RawContactMatcher 257 getMatchingScore(rawContactId, contactId, accountId).updatePrimaryScore(score); in updatePrimaryScore() 355 updatePrimaryScore(rawContactId, contactId, accountId, SCORE_THRESHOLD_NO_NAME); in matchNoName()
|
D | MatchScore.java | 78 public void updatePrimaryScore(int score) { in updatePrimaryScore() method in MatchScore
|