Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java54 private static final int NICKNAME_MATCH_SCORE = 71; field in ContactMatcher
253 updateSecondaryScore(contactId, NICKNAME_MATCH_SCORE); in updateScoreWithNicknameMatch()
DRawContactMatcher.java55 private static final int NICKNAME_MATCH_SCORE = 71; field in RawContactMatcher
255 updateSecondaryScore(rawContactId, contactId, accountId, NICKNAME_MATCH_SCORE); in updateScoreWithNicknameMatch()