Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java191 public void updatePrimaryScore(int score) { in updatePrimaryScore() method in ContactMatcher.MatchScore
271 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 ContactMatcher
345 getMatchingScore(contactId).updatePrimaryScore(score); in updatePrimaryScore()