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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java191 public void updatePrimaryScore(int score) { method in class:ContactMatcher.MatchScore
271 updatePrimaryScore(contactId, MAX_SCORE);
289 updatePrimaryScore(contactId, maxScore);
329 updatePrimaryScore(contactId, score);
344 private void updatePrimaryScore(long contactId, int score) { method in class:ContactMatcher
345 getMatchingScore(contactId).updatePrimaryScore(score);

Completed in 80 milliseconds