Home
last modified time | relevance | path

Searched refs:EMAIL_MATCH_SCORE (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java51 private static final int EMAIL_MATCH_SCORE = 71; field in ContactMatcher
249 updateSecondaryScore(contactId, EMAIL_MATCH_SCORE); in updateScoreWithEmailMatch()
DRawContactMatcher.java49 private static final int EMAIL_MATCH_SCORE = 71; field in RawContactMatcher
251 updateSecondaryScore(rawContactId, contactId, accountId, EMAIL_MATCH_SCORE); in updateScoreWithEmailMatch()