Searched refs:updatePrimaryScore (Results 1 – 1 of 1) sorted by relevance
191 public void updatePrimaryScore(int score) { in updatePrimaryScore() method in ContactMatcher.MatchScore271 updatePrimaryScore(contactId, MAX_SCORE); in matchIdentity()289 updatePrimaryScore(contactId, maxScore); in matchName()329 updatePrimaryScore(contactId, score); in matchName()344 private void updatePrimaryScore(long contactId, int score) { in updatePrimaryScore() method in ContactMatcher345 getMatchingScore(contactId).updatePrimaryScore(score); in updatePrimaryScore()