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

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

Completed in 210 milliseconds