Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java248 public void updateScoreWithEmailMatch(long contactId) { in updateScoreWithEmailMatch() method in ContactMatcher
DRawContactMatcher.java250 public void updateScoreWithEmailMatch(long rawContactId, long contactId, long accountId) { in updateScoreWithEmailMatch() method in RawContactMatcher
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java794 matcher.updateScoreWithEmailMatch(contactId); in updateMatchScoresBasedOnEmailMatches()
DContactAggregator2.java624 matcher.updateScoreWithEmailMatch(rId, contactId, accountId); in updateMatchScoresBasedOnEmailMatches()