Searched refs:updateSecondaryScore (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | RawContactMatcher.java | 241 updateSecondaryScore(rawContactId, contactId, accountId, IDENTITY_MATCH_SCORE); in matchIdentity() 245 updateSecondaryScore(rawContactId, contactId, accountId, PHONE_MATCH_SCORE); in updateScoreWithPhoneNumberMatch() 249 updateSecondaryScore(rawContactId, contactId, accountId, EMAIL_MATCH_SCORE); in updateScoreWithEmailMatch() 253 updateSecondaryScore(rawContactId, contactId, accountId, NICKNAME_MATCH_SCORE); in updateScoreWithNicknameMatch() 260 private void updateSecondaryScore(long rawContactId, long contactId, long accountId, in updateSecondaryScore() method in RawContactMatcher 262 getMatchingScore(rawContactId, contactId, accountId).updateSecondaryScore(score); in updateSecondaryScore()
|
D | ContactMatcher.java | 243 updateSecondaryScore(contactId, PHONE_MATCH_SCORE); in updateScoreWithPhoneNumberMatch() 247 updateSecondaryScore(contactId, EMAIL_MATCH_SCORE); in updateScoreWithEmailMatch() 251 updateSecondaryScore(contactId, NICKNAME_MATCH_SCORE); in updateScoreWithNicknameMatch() 258 private void updateSecondaryScore(long contactId, int score) { in updateSecondaryScore() method in ContactMatcher 259 getMatchingScore(contactId).updateSecondaryScore(score); in updateSecondaryScore()
|
D | MatchScore.java | 85 public void updateSecondaryScore(int score) { in updateSecondaryScore() method in MatchScore
|