Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java244 public void updateScoreWithPhoneNumberMatch(long contactId) { in updateScoreWithPhoneNumberMatch() method in ContactMatcher
DRawContactMatcher.java246 public void updateScoreWithPhoneNumberMatch(long rawContactId, long contactId, long accountId) { in updateScoreWithPhoneNumberMatch() method in RawContactMatcher
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java825 matcher.updateScoreWithPhoneNumberMatch(contactId); in updateMatchScoresBasedOnPhoneMatches()
DContactAggregator2.java695 matcher.updateScoreWithPhoneNumberMatch(rId, contactId, accountId); in updateMatchScoresBasedOnPhoneMatches()