Searched defs:updateSecondaryScore (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java198 public void updateSecondaryScore(int score) { method in class:ContactMatcher.MatchScore
333 updateSecondaryScore(contactId, PHONE_MATCH_SCORE);
337 updateSecondaryScore(contactId, EMAIL_MATCH_SCORE);
341 updateSecondaryScore(contactId, NICKNAME_MATCH_SCORE);
348 private void updateSecondaryScore(long contactId, int score) { method in class:ContactMatcher
349 getMatchingScore(contactId).updateSecondaryScore(score);

Completed in 491 milliseconds