Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java48 private static final int PHONE_MATCH_SCORE = 71; field in ContactMatcher
245 updateSecondaryScore(contactId, PHONE_MATCH_SCORE); in updateScoreWithPhoneNumberMatch()
DRawContactMatcher.java46 private static final int PHONE_MATCH_SCORE = 71; field in RawContactMatcher
247 updateSecondaryScore(rawContactId, contactId, accountId, PHONE_MATCH_SCORE); in updateScoreWithPhoneNumberMatch()